Moved environment functions to a new file.
[nssm.git] / env.h
1 #ifndef ENV_H
2 #define ENV_H
3
4 int format_environment(TCHAR *, unsigned long, TCHAR **, unsigned long *);
5 int unformat_environment(TCHAR *, unsigned long, TCHAR **, unsigned long *);
6 int test_environment(TCHAR *);
7
8 #endif