RegisterPowerSettingNotification is unnecessary.
[nssm.git] / env.h
diff --git a/env.h b/env.h
index 24d8987..021ff4f 100644 (file)
--- 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