X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=5709bd6aa0bb693bdbd1cfcb7eafad2e6de5baa9;hb=2a259b54caa08ef6d4dbc99f6fe7ec97837c25e8;hp=118d20fe58bdcb6e438dd505b3d654f8bf0af0c9;hpb=caaaa1208f29647987173f7d9bc1aa75b58757b7;p=nssm.git diff --git a/nssm.h b/nssm.h index 118d20f..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 *);