X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=console.h;h=7c3ce4a21abee215343e22d623de65bfa77e8800;hb=62f28c55d444d846579159133dbe091809a2c08b;hp=8aa8966ff173f5bd2978e2c7f8e7701250e2b627;hpb=b0a6672810ee06052dc3dcf268274d06f0e82a50;p=nssm.git diff --git a/console.h b/console.h index 8aa8966..7c3ce4a 100644 --- a/console.h +++ b/console.h @@ -1,7 +1,7 @@ -#ifndef CONSOLE_H -#define CONSOLE_H - -void check_console(); -void alloc_console(nssm_service_t *); - -#endif +#ifndef CONSOLE_H +#define CONSOLE_H + +bool check_console(); +void alloc_console(nssm_service_t *); + +#endif