Changeset 425 for trunk/include


Ignore:
Timestamp:
Feb 20, 2013, 7:30:02 PM (12 years ago)
Author:
katerina
Message:

Fix for tickets #329, #330, #331, #332

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_ignore.h

    r170 r425  
    44int sh_ignore_add_del (const char * addpath);
    55int sh_ignore_add_new (const char * addpath);
     6int sh_ignore_add_mod (const char * addpath);
    67
    78int sh_ignore_chk_del (const char * chkpath);
    89int sh_ignore_chk_new (const char * chkpath);
     10int sh_ignore_chk_mod (const char * chkpath);
    911
    1012int sh_ignore_clean (void);
  • trunk/include/sh_kern.h

    r223 r425  
    1717int sh_kern_set_idt      (const char * c);
    1818int sh_kern_set_pci      (const char * c);
     19int sh_kern_set_proc     (const char * c);
    1920int sh_kern_set_sct_addr (const char * c);
    2021int sh_kern_set_sc_addr  (const char * c);
  • trunk/include/sh_unix.h

    r411 r425  
    311311/* int sh_unix_is_secure_dir (ShErrLevel level, char * tmp); */
    312312
     313/* check whether there's a rotated log with the correct inode and checksum
     314 */
     315int sh_check_rotated_log (const char * path, 
     316                          UINT64 old_size, UINT64 old_inode, const char * old_hash);
     317
    313318/* obtain file info
    314319 */
Note: See TracChangeset for help on using the changeset viewer.