Changes in trunk/include/sh_utils.h [22:20]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_utils.h
r22 r20 65 65 /* set signature type HASH-TIGER/HMAC-TIGER 66 66 */ 67 int sh_util_sigtype (c onst char * c);67 int sh_util_sigtype (char * c); 68 68 69 69 /* compute a signature … … 83 83 /* don't log output files 84 84 */ 85 int sh_util_hidesetup(c onst char * c);85 int sh_util_hidesetup(char * c); 86 86 87 87 /* exceptions to obscure name check 88 88 */ 89 int sh_util_obscure_ok (c onst char * str);89 int sh_util_obscure_ok (char * str); 90 90 91 91 /* read a hexchar
Note:
See TracChangeset
for help on using the changeset viewer.