Changeset 256 for trunk/include


Ignore:
Timestamp:
Oct 29, 2009, 11:04:32 PM (15 years ago)
Author:
katerina
Message:

Evaluated glob patterns at each check (ticket #173).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/samhain.h

    r207 r256  
    236236  int    update;                   /* update db                       */
    237237  int    opts;                     /* reading cl options              */
     238  int    started;                  /* finished with startup stuff     */
    238239  int    isdaemon;                 /* daemon or not                   */
    239240  int    loop;                     /* go in loop even if not daemon   */
  • trunk/include/sh_files.h

    r254 r256  
    4141int sh_files_hle_reg (const char * str);
    4242
     43/* Check for new files matching configured glob patterns.
     44 */
     45void sh_files_check_globPatterns();
     46
    4347/* check the setup
    4448 */
     
    190194 */
    191195unsigned long sh_files_chk       (void);
     196
     197int sh_files_delglobstack (void);
    192198
    193199int sh_files_deldirstack (void);
Note: See TracChangeset for help on using the changeset viewer.