Refactor kill functions to be independent of services.
[nssm.git] / console.h
1 #ifndef CONSOLE_H
2 #define CONSOLE_H
3
4 void check_console();
5 void alloc_console(nssm_service_t *);
6
7 #endif