summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index de4a08f99..2b8c18d6a 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_wrap.h,v 1.27 2015/05/01 03:23:51 djm Exp $ */ 1/* $OpenBSD: monitor_wrap.h,v 1.28 2015/11/11 01:48:01 djm Exp $ */
2 2
3/* 3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -98,10 +98,6 @@ 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
105/* zlib allocation hooks */ 101/* zlib allocation hooks */
106void mm_init_compression(struct mm_master *); 102void mm_init_compression(struct mm_master *);
107 103