Changeset 373 for trunk/src/sh_audit.c


Ignore:
Timestamp:
Nov 1, 2011, 9:29:51 PM (13 years ago)
Author:
katerina
Message:

Patch for ticket #265 (inotify). Handling of added subdirectories and file list rescan.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_audit.c

    r295 r373  
    224224}
    225225
    226 void sh_audit_mark (char * file)
     226void sh_audit_mark (const char * file)
    227227{
    228228  static int flushRules = 0;
     
    372372  return 0;
    373373}
    374 void sh_audit_mark (char * file)
     374void sh_audit_mark (const char * file)
    375375{
    376376  (void) file;
Note: See TracChangeset for help on using the changeset viewer.