X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;fp=nssm.h;h=d50e9d620cf2f0636ad5cf1082141a440ee5d160;hb=03f6899464b863fc2dd05e7c8e5047e0c1b9281d;hp=70d53969a82b11d0cfbb7e2429f4ebc76538f4a3;hpb=6efd80ce312a24f52cd19f6dc8ccc5d4a738aa08;p=nssm.git diff --git a/nssm.h b/nssm.h index 70d5396..d50e9d6 100644 --- a/nssm.h +++ b/nssm.h @@ -19,6 +19,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 usage(int);