Moved console functions to a new file.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index cbfa15f..1219df2 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -41,6 +41,7 @@
 #include <tchar.h>\r
 #include <windows.h>\r
 #include "service.h"\r
+#include "console.h"\r
 #include "env.h"\r
 #include "event.h"\r
 #include "imports.h"\r
@@ -57,7 +58,6 @@ int str_number(const TCHAR *, unsigned long *, TCHAR **);
 int str_number(const TCHAR *, unsigned long *);\r
 int num_cpus();\r
 int usage(int);\r
-void banner();\r
 \r
 #define NSSM _T("NSSM")\r
 #ifdef _WIN64\r