X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=1219df2a4be9138f454712bcd096d8e57fa5d86d;hb=b0a6672810ee06052dc3dcf268274d06f0e82a50;hp=cbfa15fdf7fa09a0785c43a9535748d20724105b;hpb=c03d51cbbfe9f4f8a28dbabbfc068573a1842b74;p=nssm.git diff --git a/nssm.h b/nssm.h index cbfa15f..1219df2 100644 --- a/nssm.h +++ b/nssm.h @@ -41,6 +41,7 @@ #include #include #include "service.h" +#include "console.h" #include "env.h" #include "event.h" #include "imports.h" @@ -57,7 +58,6 @@ int str_number(const TCHAR *, unsigned long *, TCHAR **); int str_number(const TCHAR *, unsigned long *); int num_cpus(); int usage(int); -void banner(); #define NSSM _T("NSSM") #ifdef _WIN64