Changes in trunk/include/sh_database.h [22:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_database.h
r22 r1 5 5 int sh_database_insert (char * message); 6 6 7 int sh_database_use_persistent (c onst char * str);7 int sh_database_use_persistent (char * str); 8 8 9 int sh_database_set_database (c onst char * str);10 int sh_database_set_table (c onst char * str);11 int sh_database_set_host (c onst char * str);12 int sh_database_set_user (c onst char * str);13 int sh_database_set_password (c onst char * str);14 int sh_database_add_to_hash (c onst char * str);15 int set_enter_wrapper (c onst char * str);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 16 #endif
Note:
See TracChangeset
for help on using the changeset viewer.