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