X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=env.h;h=b6901063c4181f490a0bca2a0e9b97598af8a9e0;hb=d47dca0afe81c1c8e75c518da5a51829e61ad1cd;hp=021ff4f396e3ba8f5e481a5b0334aa1ea8a950f4;hpb=620fc9f56975c9319a1b0e0be556e264ad1d485d;p=nssm.git diff --git a/env.h b/env.h index 021ff4f..b690106 100644 --- a/env.h +++ b/env.h @@ -9,5 +9,6 @@ int clear_environment(); int duplicate_environment(TCHAR *); int test_environment(TCHAR *); void duplicate_environment_strings(TCHAR *); +TCHAR *copy_environment(); #endif