diff options
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 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 */ |
109 | void mm_init_compression(struct mm_master *); | 109 | void mm_init_compression(struct mm_master *); |
110 | 110 | ||
111 | #ifdef USE_CONSOLEKIT | ||
112 | char *mm_consolekit_register(struct Session *, const char *); | ||
113 | #endif /* USE_CONSOLEKIT */ | ||
114 | |||
111 | #endif /* _MM_WRAP_H_ */ | 115 | #endif /* _MM_WRAP_H_ */ |