source: trunk/include/sh_database.h@ 579

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

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

File size: 501 bytes
Line 
1#ifndef SH_DATABASE_H
2#define SH_DATABASE_H
3
4void sh_database_reset(void);
5int sh_database_insert (char * message);
6
7int sh_database_use_persistent (const char * str);
8
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);
16#endif
Note: See TracBrowser for help on using the repository browser.