summaryrefslogtreecommitdiffstats
path: root/monitor_wrap.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-11-30 10:37:03 +1100
committerDamien Miller <djm@mindrot.org>2015-11-30 10:37:03 +1100
commit6283cc72eb0e49a3470d30e07ca99a1ba9e89676 (patch)
treea88b9ace7ac6fd6774ecfb65bb831299a6f8c80b /monitor_wrap.h
parent14c887c8393adde2d9fd437d498be30f8c98535c (diff)
revert 7d4c7513: bring back S/Key prototypes
(but leave RCSID changes)
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 2b8c18d6..9a6aff68 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -98,6 +98,10 @@ void mm_send_keystate(struct monitor*);
int mm_bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
int mm_bsdauth_respond(void *, u_int, char **);
+/* skey */
+int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
+int mm_skey_respond(void *, u_int, char **);
+
/* zlib allocation hooks */
void mm_init_compression(struct mm_master *);