X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=5b89a48d9dd62fc304d40099ee779031d9dbea14;hb=53371f115d94fbbc7e5cb60853b9e4a5d356d4b0;hp=d50e9d620cf2f0636ad5cf1082141a440ee5d160;hpb=b47ff49386cd993521c6722a5fe0aa41736aa31b;p=nssm.git diff --git a/nssm.h b/nssm.h index d50e9d6..5b89a48 100644 --- a/nssm.h +++ b/nssm.h @@ -21,6 +21,7 @@ int str_equiv(const TCHAR *, const TCHAR *); void strip_basename(TCHAR *); int str_number(const TCHAR *, unsigned long *, TCHAR **); int str_number(const TCHAR *, unsigned long *); +int num_cpus(); int usage(int); #define NSSM _T("NSSM")