source: trunk/include/sh_database.h@ 20

Last change on this file since 20 was 1, checked in by katerina, 19 years ago

Initial import

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