Changeset 183 for trunk/include/slib.h


Ignore:
Timestamp:
Oct 26, 2008, 12:59:48 PM (16 years ago)
Author:
katerina
Message:

Support for logfile monitoring (ticket #122). Also improved some configure error messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/slib.h

    r174 r183  
    405405  /* Check whether file is trustworthy.
    406406   */
    407   int sl_trustfile(char * path, uid_t * ok, uid_t * bad);
     407  int sl_trustfile(const char * path, uid_t * ok, uid_t * bad);
    408408
    409409  /* Check whether file is trustworthy.
    410410   */
    411   int sl_trustfile_euid(char * filename, uid_t euid);
     411  int sl_trustfile_euid(const char * filename, uid_t euid);
    412412
    413413  /* purge list of trusted users
Note: See TracChangeset for help on using the changeset viewer.