7 lines
105 B
C
7 lines
105 B
C
#ifndef CONSOLE_H
|
|
#define CONSOLE_H
|
|
|
|
bool check_console();
|
|
void alloc_console(nssm_service_t *);
|
|
|
|
#endif
|