Changeset 140 for trunk/src/sh_mounts.c


Ignore:
Timestamp:
Oct 29, 2007, 1:09:10 AM (17 years ago)
Author:
rainer
Message:

Utility function for threaded modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_mounts.c

    r68 r140  
    165165 * This is called once at the start of each samhain run.
    166166 * Non-configuration setup code should be placed here. */
    167 int sh_mounts_init ()
    168 {
     167int sh_mounts_init (struct mod_type * arg)
     168{
     169  (void) arg;
    169170  SL_ENTER(_("sh_mounts_init"));
    170171
Note: See TracChangeset for help on using the changeset viewer.