diff options
| author | ilsimo <ilsimo> | 2005-10-06 19:21:18 +0000 |
|---|---|---|
| committer | ilsimo <ilsimo> | 2005-10-06 19:21:18 +0000 |
| commit | a0507a33816961f08cbfb0d8b97d680e586593ac (patch) | |
| tree | 117792047d14f5fab562bdc85d1178399ec56923 /sesman/sesman.h | |
| parent | f90addd436bd873e1652caf175443c8153884321 (diff) | |
| download | xrdp-proprietary-a0507a33816961f08cbfb0d8b97d680e586593ac.tar.gz xrdp-proprietary-a0507a33816961f08cbfb0d8b97d680e586593ac.zip | |
Splitted sesman.c in more files.
Added sig.*, session.*, env.*, auth.h, tcp.*
Diffstat (limited to 'sesman/sesman.h')
| -rw-r--r-- | sesman/sesman.h | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/sesman/sesman.h b/sesman/sesman.h index 8378f68a..ede6b015 100644 --- a/sesman/sesman.h +++ b/sesman/sesman.h @@ -22,24 +22,15 @@ #ifndef SESMAN_H #define SESMAN_H -long DEFAULT_CC -auth_userpass(char* user, char* pass); -int DEFAULT_CC -auth_start_session(long in_val, int in_display); -int DEFAULT_CC -auth_end(long in_val); -int DEFAULT_CC -auth_set_env(long in_val); - -struct session_item -{ - char name[256]; - int pid; /* pid of sesman waiting for wm to end */ - int display; - int width; - int height; - int bpp; - long data; -}; +#include "d3des.h" +#include "arch.h" +#include "parse.h" +#include "os_calls.h" +#include "env.h" +#include "auth.h" +#include "config.h" +#include "tcp.h" +#include "sig.h" +#include "session.h" #endif |
