Changeset 93 for trunk/include
- Timestamp:
- Feb 26, 2007, 10:48:51 PM (18 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/samhain.h
r76 r93 124 124 SH_CHECK_CHECK = 2 125 125 }; 126 127 #define SH_KEY_NULL _("000000000000000000000000000000000000000000000000") 126 128 127 129 /************************************************** -
trunk/include/sh_utils.h
r76 r93 102 102 int sh_util_obscure_ok (const char * str); 103 103 104 /* read a hexchar 104 /* output a hexchar[2] 105 */ 106 char * sh_util_charhex( unsigned char c ); 107 108 /* read a hexchar, return int value (0-15) 105 109 */ 106 110 int sh_util_hexchar( char c );
Note:
See TracChangeset
for help on using the changeset viewer.