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