summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@ubuntu.com>2014-02-09 16:09:57 +0000
committerColin Watson <cjwatson@debian.org>2015-08-19 17:09:56 +0100
commit1197fd975ab8fd11b1ac83557ef750129b16c0d8 (patch)
treeab0af14bf4b460ffcb98e1aa6bb5d3f7032acf7d /monitor_wrap.h
parent5496170cd67abb653e385277bd83b69f1b10905d (diff)
Add support for registering ConsoleKit sessions on login
Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1450 Last-Updated: 2015-08-19 Patch-Name: consolekit.patch
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index 57e740f89..682939215 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -108,4 +108,8 @@ int mm_skey_respond(void *, u_int, char **);
108/* zlib allocation hooks */ 108/* zlib allocation hooks */
109void mm_init_compression(struct mm_master *); 109void mm_init_compression(struct mm_master *);
110 110
111#ifdef USE_CONSOLEKIT
112char *mm_consolekit_register(struct Session *, const char *);
113#endif /* USE_CONSOLEKIT */
114
111#endif /* _MM_WRAP_H_ */ 115#endif /* _MM_WRAP_H_ */