summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/session.h b/session.h
index a6b69837b..ef6593c34 100644
--- a/session.h
+++ b/session.h
@@ -26,8 +26,6 @@
26#ifndef SESSION_H 26#ifndef SESSION_H
27#define SESSION_H 27#define SESSION_H
28 28
29struct _CkConnector;
30
31#define TTYSZ 64 29#define TTYSZ 64
32typedef struct Session Session; 30typedef struct Session Session;
33struct Session { 31struct Session {
@@ -63,10 +61,6 @@ struct Session {
63 char *name; 61 char *name;
64 char *val; 62 char *val;
65 } *env; 63 } *env;
66
67#ifdef USE_CONSOLEKIT
68 struct _CkConnector *ckc;
69#endif /* USE_CONSOLEKIT */
70}; 64};
71 65
72void do_authenticated(Authctxt *); 66void do_authenticated(Authctxt *);