source: trunk/include/sh_database.h@ 223

Last change on this file since 223 was 170, checked in by katerina, 16 years ago

Plenty of compiler warnings fixed, SQL query length fixed, doc update.

File size: 501 bytes
RevLine 
[1]1#ifndef SH_DATABASE_H
2#define SH_DATABASE_H
3
[170]4void sh_database_reset(void);
[1]5int sh_database_insert (char * message);
6
[22]7int sh_database_use_persistent (const char * str);
[1]8
[22]9int sh_database_set_database (const char * str);
10int sh_database_set_table (const char * str);
11int sh_database_set_host (const char * str);
12int sh_database_set_user (const char * str);
13int sh_database_set_password (const char * str);
14int sh_database_add_to_hash (const char * str);
15int set_enter_wrapper (const char * str);
[1]16#endif
Note: See TracBrowser for help on using the repository browser.