File: sh_processcheck.h

package info (click to toggle)
samhain 4.1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,720 kB
  • sloc: ansic: 84,043; sh: 15,325; asm: 5,756; makefile: 1,614; perl: 1,231
file content (13 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef SH_PROCESSCHECK_H
#define SH_PROCESSCHECK_H

int sh_prochk_init(struct mod_type * arg);
int sh_prochk_timer(time_t tcurrent);
int sh_prochk_check(void);
int sh_prochk_reconf(void);
int sh_prochk_cleanup(void);

extern sh_rconf sh_prochk_table[];

#endif