X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=cf6133e8eeffd8bef7b6059fb313fc204cd25e57;hb=da3d37ae16f1af9735699ae444128b1224a7103f;hp=636524df567904e02bc78618ffd380b94caa1e13;hpb=8754d6de6c36a1859ad0adfef1e456b4a2ebd3a6;p=nssm.git diff --git a/nssm.h b/nssm.h index 636524d..cf6133e 100644 --- a/nssm.h +++ b/nssm.h @@ -18,6 +18,7 @@ int str_equiv(const TCHAR *, const TCHAR *); void strip_basename(TCHAR *); +int str_number(const TCHAR *, unsigned long *); int usage(int); #define NSSM _T("nssm")