Last change
on this file since 305 was 170, checked in by katerina, 17 years ago |
Plenty of compiler warnings fixed, SQL query length fixed, doc update.
|
File size:
501 bytes
|
Rev | Line | |
---|
[1] | 1 | #ifndef SH_DATABASE_H
|
---|
| 2 | #define SH_DATABASE_H
|
---|
| 3 |
|
---|
[170] | 4 | void sh_database_reset(void);
|
---|
[1] | 5 | int sh_database_insert (char * message);
|
---|
| 6 |
|
---|
[22] | 7 | int sh_database_use_persistent (const char * str);
|
---|
[1] | 8 |
|
---|
[22] | 9 | int sh_database_set_database (const char * str);
|
---|
| 10 | int sh_database_set_table (const char * str);
|
---|
| 11 | int sh_database_set_host (const char * str);
|
---|
| 12 | int sh_database_set_user (const char * str);
|
---|
| 13 | int sh_database_set_password (const char * str);
|
---|
| 14 | int sh_database_add_to_hash (const char * str);
|
---|
| 15 | int set_enter_wrapper (const char * str);
|
---|
[1] | 16 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.