Changeset 169 for trunk/include
- Timestamp:
- Apr 13, 2008, 9:59:55 PM (17 years ago)
- Location:
- trunk/include
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_cat.h
r78 r169 142 142 143 143 #ifdef SH_USE_PORTCHECK 144 MSG_PORT_REPORT, 144 MSG_PORT_MISS, 145 MSG_PORT_NEW, 146 MSG_PORT_RESTART, 147 MSG_PORT_NEWPORT, 145 148 #endif 146 149 -
trunk/include/sh_extern.h
r164 r169 10 10 char * envv[32]; 11 11 char checksum[KEY_LEN + 1]; 12 12 #if 0 13 13 uid_t trusted_users[32]; 14 #endif 14 15 uid_t run_user_uid; 15 16 gid_t run_user_gid; -
trunk/include/sh_hash.h
r115 r169 47 47 */ 48 48 int sh_hash_list_db (const char * db_file); 49 50 /* List database content for a single file 51 */ 52 int set_list_file (const char * c); 49 53 50 54 /* List database content with full detail -
trunk/include/sh_unix.h
r167 r169 91 91 #define MODI_PREL (1 << 13) 92 92 /* get content */ 93 #define MODI_TXT ( 1 << 14)93 #define MODI_TXT ((1 << 14)|MODI_CHK) 94 94 95 95 #define SH_TXT_MAX 9200 -
trunk/include/slib.h
r167 r169 213 213 214 214 /* 215 * robust strcasecmp replacement 216 */ 217 int sl_strcasecmp(const char * one, const char * two); 218 219 /* 215 220 * robust strlen replacement 216 221 */
Note:
See TracChangeset
for help on using the changeset viewer.