Changeset 140 for trunk/src/sh_mounts.c
- Timestamp:
- Oct 29, 2007, 1:09:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_mounts.c
r68 r140 165 165 * This is called once at the start of each samhain run. 166 166 * Non-configuration setup code should be placed here. */ 167 int sh_mounts_init () 168 { 167 int sh_mounts_init (struct mod_type * arg) 168 { 169 (void) arg; 169 170 SL_ENTER(_("sh_mounts_init")); 170 171
Note:
See TracChangeset
for help on using the changeset viewer.