summaryrefslogtreecommitdiffstats
path: root/sesman/env.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-05-09 16:02:19 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-05-09 16:02:19 -0700
commit49fcc23673323a850b7aaf9ae1025cfd14d0adba (patch)
treef0c74b982c2d80715434f5624d57b8f02df63e00 /sesman/env.h
parent3819fa5e72e7735d95fe7992368e242aabc75232 (diff)
downloadxrdp-proprietary-49fcc23673323a850b7aaf9ae1025cfd14d0adba.tar.gz
xrdp-proprietary-49fcc23673323a850b7aaf9ae1025cfd14d0adba.zip
sesman: added SessionVariables to sesman.ini and some indent cleanup
Diffstat (limited to 'sesman/env.h')
-rw-r--r--sesman/env.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sesman/env.h b/sesman/env.h
index e70bfe6a..50473a01 100644
--- a/sesman/env.h
+++ b/sesman/env.h
@@ -27,6 +27,8 @@
#ifndef ENV_H
#define ENV_H
+#include "list.h"
+
/**
*
* @brief Creates vnc password file
@@ -48,6 +50,7 @@ env_check_password_file(char* filename, char* password);
*
*/
int DEFAULT_CC
-env_set_user(char* username, char* passwd_file, int display);
+env_set_user(char* username, char* passwd_file, int display,
+ struct list *env_names, struct list* env_values);
#endif