console.h 112 B

1234567
  1. #ifndef CONSOLE_H
  2. #define CONSOLE_H
  3. bool check_console();
  4. void alloc_console(nssm_service_t *);
  5. #endif