Revised repository organization
This commit is contained in:
16
include/dbquery.h
Normal file
16
include/dbquery.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user