GoodbyeDPI/service.h
ValdikSS 23babdc8fa Windows Service support.
Program can now be started as a Windows Service. No additional
arguments needed. Refer to `service_install` and `service_remove`
scripts in released zip file.
2017-12-20 17:03:22 +03:00

4 lines
111 B
C

int service_register();
void service_main(int argc, char *argv[]);
void service_controlhandler(DWORD request);