summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index d551c9d41..e0dd73bd0 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_wrap.h,v 1.8 2002/09/26 11:38:43 markus Exp $ */ 1/* $OpenBSD: monitor_wrap.h,v 1.9 2003/07/22 13:35:22 markus Exp $ */
2 2
3/* 3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -88,9 +88,6 @@ int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
88int mm_skey_respond(void *, u_int, char **); 88int mm_skey_respond(void *, u_int, char **);
89 89
90/* auth_krb */ 90/* auth_krb */
91#ifdef KRB4
92int mm_auth_krb4(struct Authctxt *, void *, char **, void *);
93#endif
94#ifdef KRB5 91#ifdef KRB5
95/* auth and reply are really krb5_data objects, but we don't want to 92/* auth and reply are really krb5_data objects, but we don't want to
96 * include all of the krb5 headers here */ 93 * include all of the krb5 headers here */