Renamed un/format_environment().
[nssm.git] / env.h
1 #ifndef ENV_H
2 #define ENV_H
3
4 TCHAR *useful_environment(TCHAR *);
5 TCHAR *expand_environment_string(TCHAR *);
6 int set_environment_block(TCHAR *);
7 int clear_environment();
8 int duplicate_environment(TCHAR *);
9 int test_environment(TCHAR *);
10
11 #endif