mirror of
https://github.com/hufrea/byedpi.git
synced 2025-03-19 15:28:44 +03:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef WIN_SERVICE_H
|
|
#define WIN_SERVICE_H
|
|
|
|
int register_winsvc(int argc, char *argv[]);
|
|
|
|
|
|
#endif
|