Index: trunk/include/sh_ignore.h
===================================================================
--- trunk/include/sh_ignore.h	(revision 415)
+++ trunk/include/sh_ignore.h	(revision 425)
@@ -4,7 +4,9 @@
 int sh_ignore_add_del (const char * addpath);
 int sh_ignore_add_new (const char * addpath);
+int sh_ignore_add_mod (const char * addpath);
 
 int sh_ignore_chk_del (const char * chkpath);
 int sh_ignore_chk_new (const char * chkpath);
+int sh_ignore_chk_mod (const char * chkpath);
 
 int sh_ignore_clean (void);
Index: trunk/include/sh_kern.h
===================================================================
--- trunk/include/sh_kern.h	(revision 415)
+++ trunk/include/sh_kern.h	(revision 425)
@@ -17,4 +17,5 @@
 int sh_kern_set_idt      (const char * c);
 int sh_kern_set_pci      (const char * c);
+int sh_kern_set_proc     (const char * c);
 int sh_kern_set_sct_addr (const char * c);
 int sh_kern_set_sc_addr  (const char * c);
Index: trunk/include/sh_unix.h
===================================================================
--- trunk/include/sh_unix.h	(revision 415)
+++ trunk/include/sh_unix.h	(revision 425)
@@ -311,4 +311,9 @@
 /* int sh_unix_is_secure_dir (ShErrLevel level, char * tmp); */
 
+/* check whether there's a rotated log with the correct inode and checksum 
+ */
+int sh_check_rotated_log (const char * path,  
+			  UINT64 old_size, UINT64 old_inode, const char * old_hash);
+
 /* obtain file info
  */
