summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-11-11 01:48:01 +0000
committerDamien Miller <djm@mindrot.org>2015-11-16 11:31:35 +1100
commit7d4c7513a7f209cb303a608ac6e46b3f1dfc11ec (patch)
tree2c5764b03c00c2a4f7d4609f3506e61374a1d7ae /monitor_wrap.h
parent07889c75926c040b8e095949c724e66af26441cb (diff)
upstream commit
remove prototypes for long-gone s/key support; ok dtucker@ Upstream-ID: db5bed3c57118af986490ab23d399df807359a79
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