summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/sesman.h')
-rw-r--r--sesman/sesman.h29
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