mirror of
https://github.com/hufrea/byedpi.git
synced 2024-11-20 04:22:29 +00:00
8 lines
99 B
C
8 lines
99 B
C
#ifndef WIN_SERVICE_H
|
|
#define WIN_SERVICE_H
|
|
|
|
int register_winsvc(int argc, char *argv[]);
|
|
|
|
|
|
#endif
|