Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_utils.h

    r22 r20  
    6565/* set signature type HASH-TIGER/HMAC-TIGER
    6666 */
    67 int sh_util_sigtype (const char * c);
     67int sh_util_sigtype (char * c);
    6868
    6969/* compute a signature
     
    8383/* don't log output files
    8484 */
    85 int sh_util_hidesetup(const char * c);
     85int sh_util_hidesetup(char * c);
    8686
    8787/* exceptions to obscure name check
    8888 */
    89 int sh_util_obscure_ok (const char * str);
     89int sh_util_obscure_ok (char * str);
    9090
    9191/* read a hexchar
Note: See TracChangeset for help on using the changeset viewer.