X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=911804fb6fc2d460590949eb35219ab47e2699cb;hb=66861c12e7d515f4d0e779102780d89e3fcd2a12;hp=f95391d12a65f1c4a0e5523b9f8dbdecd918f2e1;hpb=2f2f64b07611fe0709bf4d502de7cac292dc1975;p=nssm.git diff --git a/nssm.h b/nssm.h index f95391d..911804f 100644 --- 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 *); int num_cpus(); int usage(int); +const TCHAR *nssm_unquoted_imagepath(); +const TCHAR *nssm_imagepath(); #define NSSM _T("NSSM") #ifdef _WIN64