Ignore:
Timestamp:
Oct 30, 2006, 12:03:44 AM (18 years ago)
Author:
rainer
Message:

Update trunk to samhain 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_utils.h

    r34 r68  
    6363char * sh_util_strsep (char **str, const char *delim);
    6464
     65/* compactify verbose acl text
     66 */
     67char * sh_util_acl_compact (char * buf, ssize_t len);
     68
    6569/* set signature type HASH-TIGER/HMAC-TIGER
    6670 */
     
    8488 */
    8589int sh_util_hidesetup(const char * c);
     90
     91/* valif utf-8 string
     92 */
     93int sh_util_valid_utf8 (const unsigned char * str);
     94
     95/* filenames are utf8
     96 */
     97int sh_util_obscure_utf8 (const char * c);
    8698
    8799/* exceptions to obscure name check
Note: See TracChangeset for help on using the changeset viewer.