diff options
author | Colin Watson <cjwatson@debian.org> | 2012-10-31 10:35:38 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-10-31 10:35:38 +0000 |
commit | 301aad188299b268452af6b67261336c88f44ab1 (patch) | |
tree | 5ec34d429196f17ea6eb2205ca8f96da32b09dd1 /monitor_wrap.h | |
parent | 5cb249b209c170d817471b575b6d105094f137bc (diff) |
* Merge from Ubuntu:
- Add support for registering ConsoleKit sessions on login. (This is
currently enabled only when building for Ubuntu.)
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index 4d12e2956..360fb9f57 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -131,4 +131,8 @@ void *mm_zalloc(struct mm_master *, u_int, u_int); | |||
131 | void mm_zfree(struct mm_master *, void *); | 131 | void mm_zfree(struct mm_master *, void *); |
132 | void mm_init_compression(struct mm_master *); | 132 | void mm_init_compression(struct mm_master *); |
133 | 133 | ||
134 | #ifdef USE_CONSOLEKIT | ||
135 | char *mm_consolekit_register(struct Session *, const char *); | ||
136 | #endif /* USE_CONSOLEKIT */ | ||
137 | |||
134 | #endif /* _MM_WRAP_H_ */ | 138 | #endif /* _MM_WRAP_H_ */ |