summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
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 2b8c18d6a..9a6aff684 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -98,6 +98,10 @@ void mm_send_keystate(struct monitor*);
98int mm_bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **); 98int mm_bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
99int mm_bsdauth_respond(void *, u_int, char **); 99int mm_bsdauth_respond(void *, u_int, char **);
100 100
101/* skey */
102int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
103int mm_skey_respond(void *, u_int, char **);
104
101/* zlib allocation hooks */ 105/* zlib allocation hooks */
102void mm_init_compression(struct mm_master *); 106void mm_init_compression(struct mm_master *);
103 107