Changeset 256 for trunk/include
- Timestamp:
- Oct 29, 2009, 11:04:32 PM (15 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/samhain.h
r207 r256 236 236 int update; /* update db */ 237 237 int opts; /* reading cl options */ 238 int started; /* finished with startup stuff */ 238 239 int isdaemon; /* daemon or not */ 239 240 int loop; /* go in loop even if not daemon */ -
trunk/include/sh_files.h
r254 r256 41 41 int sh_files_hle_reg (const char * str); 42 42 43 /* Check for new files matching configured glob patterns. 44 */ 45 void sh_files_check_globPatterns(); 46 43 47 /* check the setup 44 48 */ … … 190 194 */ 191 195 unsigned long sh_files_chk (void); 196 197 int sh_files_delglobstack (void); 192 198 193 199 int sh_files_deldirstack (void);
Note:
See TracChangeset
for help on using the changeset viewer.