Changeset 20 for trunk/include/sh_hash.h
- Timestamp:
- Feb 13, 2006, 11:54:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_hash.h
r1 r20 38 38 /* write database to stdout 39 39 */ 40 int sh_hash_pushdata_stdout (c har * str);40 int sh_hash_pushdata_stdout (const char * str); 41 41 42 42 /* version string for database … … 46 46 /* List database content 47 47 */ 48 int sh_hash_list_db (c har * db_file);48 int sh_hash_list_db (const char * db_file); 49 49 50 50 /* List database content with full detail 51 51 */ 52 int set_full_detail (c har * c);52 int set_full_detail (const char * c); 53 53 54 54 /* List database content with full detail, comma delimited 55 55 */ 56 int set_list_delimited (c har * c);56 int set_list_delimited (const char * c); 57 57 58 58 /* Read the database from disk.
Note:
See TracChangeset
for help on using the changeset viewer.