Added nssm_imagepath() and nssm_unquoted_imagepath().
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index f95391d..911804f 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -60,6 +60,8 @@ int str_number(const TCHAR *, unsigned long *, TCHAR **);
 int str_number(const TCHAR *, unsigned long *);\r
 int num_cpus();\r
 int usage(int);\r
+const TCHAR *nssm_unquoted_imagepath();\r
+const TCHAR *nssm_imagepath();\r
 \r
 #define NSSM _T("NSSM")\r
 #ifdef _WIN64\r