X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=5709bd6aa0bb693bdbd1cfcb7eafad2e6de5baa9;hb=d1c0d356f6ea58980a33f2fa2da1b6971dd9f909;hp=f500a33798547211f61711dc3d2ffa3189886ad1;hpb=81b956b6ad12732a042bb2fffeedeca024dd7393;p=nssm.git diff --git a/nssm.h b/nssm.h index f500a33..5709bd6 100644 --- a/nssm.h +++ b/nssm.h @@ -62,6 +62,7 @@ #endif int str_equiv(const TCHAR *, const TCHAR *); +int quote(const TCHAR *, TCHAR *, size_t); void strip_basename(TCHAR *); int str_number(const TCHAR *, unsigned long *, TCHAR **); int str_number(const TCHAR *, unsigned long *); @@ -69,6 +70,7 @@ int num_cpus(); int usage(int); const TCHAR *nssm_unquoted_imagepath(); const TCHAR *nssm_imagepath(); +const TCHAR *nssm_exe(); #define NSSM _T("NSSM") #ifdef _WIN64