Changeset 93 for trunk/include


Ignore:
Timestamp:
Feb 26, 2007, 10:48:51 PM (18 years ago)
Author:
rainer
Message:

Add check for PCI ROMs; fix ticket #51 (symlinks in root directory reported with leading double slash).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/samhain.h

    r76 r93  
    124124  SH_CHECK_CHECK   = 2
    125125};
     126
     127#define SH_KEY_NULL _("000000000000000000000000000000000000000000000000")
    126128
    127129/**************************************************
  • trunk/include/sh_utils.h

    r76 r93  
    102102int sh_util_obscure_ok (const char * str);
    103103
    104 /* read a hexchar
     104/* output a hexchar[2]
     105 */
     106char * sh_util_charhex( unsigned char c );
     107
     108/* read a hexchar, return int value (0-15)
    105109 */
    106110int sh_util_hexchar( char c );
Note: See TracChangeset for help on using the changeset viewer.