Allow querying a service's name.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index 636524d..b83844a 100644 (file)
--- a/nssm.h
+++ b/nssm.h
 #include "messages.h"\r
 #include "process.h"\r
 #include "registry.h"\r
+#include "settings.h"\r
 #include "io.h"\r
 #include "gui.h"\r
 \r
 int str_equiv(const TCHAR *, const TCHAR *);\r
 void strip_basename(TCHAR *);\r
+int str_number(const TCHAR *, unsigned long *);\r
 int usage(int);\r
 \r
 #define NSSM _T("nssm")\r