summaryrefslogtreecommitdiffstats
path: root/include/sh_mounts.h
blob: 6ed50ff714c6cc7e6d84730631879a661388889c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * File: sh_mounts.h
 * Desc: A module for Samhain; checks for mounts present and options on them.
 * Auth: Cian Synnott <cian.synnott@eircom.net>
 */

#ifndef SH_MOUNTS_H
#define SH_MOUNTS_H

#include "sh_modules.h"

#ifdef SH_USE_MOUNTS
int sh_mounts_init  (struct mod_type * arg);
int sh_mounts_timer (time_t tcurrent);
int sh_mounts_check (void);
int sh_mounts_cleanup (void);
int sh_mounts_reconf (void);

extern sh_rconf sh_mounts_table[];
#endif

/* #ifndef SH_MOUNTS_H */
#endif