X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=f34346b18744cbb3cf55fb9695e90821e2886945;hb=17868b50b4da483cd0f8c343ede264799177cdbf;hp=cbfa15fdf7fa09a0785c43a9535748d20724105b;hpb=c03d51cbbfe9f4f8a28dbabbfc068573a1842b74;p=nssm.git diff --git a/nssm.h b/nssm.h index cbfa15f..f34346b 100644 --- a/nssm.h +++ b/nssm.h @@ -41,6 +41,8 @@ #include #include #include "service.h" +#include "account.h" +#include "console.h" #include "env.h" #include "event.h" #include "imports.h" @@ -57,7 +59,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