Handle second parameter of unformat_double_null().
[nssm.git] / env.h
1 #ifndef ENV_H\r
2 #define ENV_H\r
3 \r
4 size_t environment_length(TCHAR *);\r
5 TCHAR *copy_environment_block(TCHAR *);\r
6 TCHAR *useful_environment(TCHAR *);\r
7 TCHAR *expand_environment_string(TCHAR *);\r
8 int set_environment_block(TCHAR *);\r
9 int clear_environment();\r
10 int duplicate_environment(TCHAR *);\r
11 int test_environment(TCHAR *);\r
12 void duplicate_environment_strings(TCHAR *);\r
13 TCHAR *copy_environment();\r
14 \r
15 #endif\r