dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / proxy / windows_service.h
blob4ded9501e33266360f86e89d2e1338a90997bd9b
2 #ifndef __WINDOWS_SERVICE_H__
3 #define __WINDOWS_SERVICE_H__ 1
5 typedef enum WinOption_ {
6 WIN_OPTION_INSTALL = 256,
7 WIN_OPTION_REINSTALL,
8 WIN_OPTION_UNINSTALL
9 } WinOption;
11 int windows_service_option(const int opt_flag,
12 const int argc, const char *argv[]);
14 #endif