Changeset 425 for trunk/include
- Timestamp:
- Feb 20, 2013, 7:30:02 PM (12 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_ignore.h
r170 r425 4 4 int sh_ignore_add_del (const char * addpath); 5 5 int sh_ignore_add_new (const char * addpath); 6 int sh_ignore_add_mod (const char * addpath); 6 7 7 8 int sh_ignore_chk_del (const char * chkpath); 8 9 int sh_ignore_chk_new (const char * chkpath); 10 int sh_ignore_chk_mod (const char * chkpath); 9 11 10 12 int sh_ignore_clean (void); -
trunk/include/sh_kern.h
r223 r425 17 17 int sh_kern_set_idt (const char * c); 18 18 int sh_kern_set_pci (const char * c); 19 int sh_kern_set_proc (const char * c); 19 20 int sh_kern_set_sct_addr (const char * c); 20 21 int sh_kern_set_sc_addr (const char * c); -
trunk/include/sh_unix.h
r411 r425 311 311 /* int sh_unix_is_secure_dir (ShErrLevel level, char * tmp); */ 312 312 313 /* check whether there's a rotated log with the correct inode and checksum 314 */ 315 int sh_check_rotated_log (const char * path, 316 UINT64 old_size, UINT64 old_inode, const char * old_hash); 317 313 318 /* obtain file info 314 319 */
Note:
See TracChangeset
for help on using the changeset viewer.