More work on SQL support...
FossilOrigin-Name: d1c0825caf267daffe8dd04ad59a9b6f56026144fb891ac6879ddeb2988a38a2
This commit is contained in:
@ -2,5 +2,7 @@ extern void db_ping();
|
||||
extern int db_init();
|
||||
int db_start();
|
||||
void db_put_wtp_prop(const char *wtp_id,int rid, const char * prop,const char * val);
|
||||
int db_get_tasks(const char * wtpid);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user