xdfcgi/include/dbquery.h

16 lines
291 B
C
Raw Permalink Normal View History

#ifndef DBQUERY_H
#define DBQUERY_H
inline char *get_filename(const char *) ;
inline void print_tblheader(const char *);
void print_time(const unsigned char *);
void qresult(void * const, const char *);
int executequery(const char *, const char *);
void getquery(const char *);
#endif