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