X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=env.h;h=021ff4f396e3ba8f5e481a5b0334aa1ea8a950f4;hb=61e7185453e213b98c0046cff96f0ace10d12924;hp=24d89873b66da85d565f3e826a57714f0e51677c;hpb=5380a4a53d9b34d6c56ef3e8a022fcdc184593a3;p=nssm.git diff --git a/env.h b/env.h index 24d8987..021ff4f 100644 --- a/env.h +++ b/env.h @@ -1,11 +1,13 @@ #ifndef ENV_H #define ENV_H +TCHAR *copy_environment_block(TCHAR *); TCHAR *useful_environment(TCHAR *); TCHAR *expand_environment_string(TCHAR *); int set_environment_block(TCHAR *); int clear_environment(); int duplicate_environment(TCHAR *); int test_environment(TCHAR *); +void duplicate_environment_strings(TCHAR *); #endif