mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-15 02:28:24 +00:00
4 lines
67 B
C
4 lines
67 B
C
|
#include <stdbool.h>
|
||
|
|
||
|
bool HandleService(int argc, char * argv[]);
|