nssm/console.h
2025-10-20 22:00:00 +08:00

7 lines
105 B
C

#ifndef CONSOLE_H
#define CONSOLE_H
bool check_console();
void alloc_console(nssm_service_t *);
#endif