X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=214d1d8d683bf4af51dd3d8d06b4e21f5b391154;hb=b3b29f0b27046a282e688c494def532252ad21c3;hp=5709bd6aa0bb693bdbd1cfcb7eafad2e6de5baa9;hpb=2a259b54caa08ef6d4dbc99f6fe7ec97837c25e8;p=nssm.git diff --git a/nssm.h b/nssm.h index 5709bd6..214d1d8 100644 --- a/nssm.h +++ b/nssm.h @@ -46,6 +46,7 @@ #include #include #include +#include "utf8.h" #include "service.h" #include "account.h" #include "console.h" @@ -61,6 +62,7 @@ #include "gui.h" #endif +void nssm_exit(int); int str_equiv(const TCHAR *, const TCHAR *); int quote(const TCHAR *, TCHAR *, size_t); void strip_basename(TCHAR *);