source: trunk/include/sh_mounts.h@ 156

Last change on this file since 156 was 140, checked in by rainer, 17 years ago

Utility function for threaded modules.

File size: 490 bytes
RevLine 
[1]1/*
2 * File: sh_mounts.h
3 * Desc: A module for Samhain; checks for mounts present and options on them.
4 * Auth: Cian Synnott <cian.synnott@eircom.net>
5 */
6
7#ifndef SH_MOUNTS_H
8#define SH_MOUNTS_H
9
10#include "sh_modules.h"
11
12#ifdef SH_USE_MOUNTS
[140]13int sh_mounts_init (struct mod_type * arg);
[1]14int sh_mounts_timer (time_t tcurrent);
15int sh_mounts_check (void);
16int sh_mounts_cleanup (void);
17int sh_mounts_reconf (void);
18
19extern sh_rconf sh_mounts_table[];
20#endif
21
22/* #ifndef SH_MOUNTS_H */
23#endif
Note: See TracBrowser for help on using the repository browser.