Go to the documentation of this file.
24 #ifndef SURICATA_WIN32_SERVICE_H
25 #define SURICATA_WIN32_SERVICE_H
28 int SCRunningAsService(
void);
29 int SCServiceInit(
int argc,
char **argv);
30 int SCServiceInstall(
int argc,
char **argv);
31 int SCServiceRemove(
void);
32 int SCServiceChangeParams(
int argc,
char **argv);