Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00
This commit is contained in:
bol-van
2026-02-27 14:34:35 +03:00
parent da6f4c8536
commit e0f67fb203
3 changed files with 16 additions and 12 deletions

View File

@@ -4,6 +4,6 @@
#include <stdbool.h>
bool service_run();
bool service_run(int argc, char *argv[]);
#endif