Added the put_wtp_prop function.

FossilOrigin-Name: da7783297233a97d0d0e5b451e6efd667d84f86b5db4db26cf6b6f83e93c8721
This commit is contained in:
7u83@mail.ru
2015-04-29 17:25:09 +00:00
parent fd03eebcfb
commit c93bccac83
2 changed files with 44 additions and 7 deletions

View File

@ -1,4 +1,6 @@
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);