Parent Directory | Revision Log
Imported sources
1 | #include <TSystem.h> |
2 | #include "calomysqlstruct.h" |
3 | |
4 | extern "C" short int readmy(char *, const char *, Mystruct &); |
5 | |
6 | short int creadmysql(char *db, const char *query, struct Mystruct &mystruct) { |
7 | // |
8 | Int_t err = readmy(db,query,mystruct); |
9 | // |
10 | return(err); |
11 | }; |
ViewVC Help | |
Powered by ViewVC 1.1.23 |