Changeset 169 for trunk/include


Ignore:
Timestamp:
Apr 13, 2008, 9:59:55 PM (16 years ago)
Author:
katerina
Message:

Fixes for tickes #93 to #104 (yes, big commit, bad, bad,...).

Location:
trunk/include
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_cat.h

    r78 r169  
    142142
    143143#ifdef SH_USE_PORTCHECK
    144  MSG_PORT_REPORT,
     144 MSG_PORT_MISS,
     145 MSG_PORT_NEW,
     146 MSG_PORT_RESTART,
     147 MSG_PORT_NEWPORT,
    145148#endif
    146149
  • trunk/include/sh_extern.h

    r164 r169  
    1010  char   *  envv[32];
    1111  char      checksum[KEY_LEN + 1];
    12 
     12#if 0
    1313  uid_t     trusted_users[32];
     14#endif
    1415  uid_t     run_user_uid;
    1516  gid_t     run_user_gid;
  • trunk/include/sh_hash.h

    r115 r169  
    4747 */
    4848int sh_hash_list_db (const char * db_file);
     49
     50/* List database content for a single file
     51 */
     52int set_list_file (const char * c);
    4953
    5054/* List database content with full detail
  • trunk/include/sh_unix.h

    r167 r169  
    9191#define MODI_PREL (1 << 13)
    9292/* get content     */
    93 #define MODI_TXT (1 << 14)
     93#define MODI_TXT ((1 << 14)|MODI_CHK)
    9494
    9595#define SH_TXT_MAX 9200
  • trunk/include/slib.h

    r167 r169  
    213213
    214214  /*
     215   * robust strcasecmp replacement
     216   */
     217  int sl_strcasecmp(const char * one, const char * two);
     218
     219  /*
    215220   * robust strlen replacement
    216221   */
Note: See TracChangeset for help on using the changeset viewer.