summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index 492de5c85..79e78cc90 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_wrap.h,v 1.37 2018/03/03 03:15:51 djm Exp $ */ 1/* $OpenBSD: monitor_wrap.h,v 1.38 2018/07/11 18:53:29 markus Exp $ */
2 2
3/* 3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -41,8 +41,8 @@ struct sshauthopt;
41void mm_log_handler(LogLevel, const char *, void *); 41void mm_log_handler(LogLevel, const char *, void *);
42int mm_is_monitor(void); 42int mm_is_monitor(void);
43DH *mm_choose_dh(int, int, int); 43DH *mm_choose_dh(int, int, int);
44int mm_key_sign(struct sshkey *, u_char **, u_int *, const u_char *, u_int, 44int mm_sshkey_sign(struct sshkey *, u_char **, size_t *, const u_char *, size_t,
45 const char *); 45 const char *, u_int compat);
46void mm_inform_authserv(char *, char *, char *); 46void mm_inform_authserv(char *, char *, char *);
47void mm_inform_authrole(char *); 47void mm_inform_authrole(char *);
48struct passwd *mm_getpwnamallow(const char *); 48struct passwd *mm_getpwnamallow(const char *);
@@ -100,8 +100,4 @@ void mm_send_keystate(struct monitor*);
100int mm_bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **); 100int mm_bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
101int mm_bsdauth_respond(void *, u_int, char **); 101int mm_bsdauth_respond(void *, u_int, char **);
102 102
103/* skey */
104int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
105int mm_skey_respond(void *, u_int, char **);
106
107#endif /* _MM_WRAP_H_ */ 103#endif /* _MM_WRAP_H_ */