summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdc/kdc_util.h')
-rw-r--r--src/kdc/kdc_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kdc/kdc_util.h b/src/kdc/kdc_util.h
index af6c32cfc0..368f0806af 100644
--- a/src/kdc/kdc_util.h
+++ b/src/kdc/kdc_util.h
@@ -118,10 +118,10 @@ void
rep_etypes2str(char *s, size_t len, krb5_kdc_rep *rep);
/* do_as_req.c */
-krb5_error_code
+void
process_as_req (krb5_kdc_req *, krb5_data *,
const krb5_fulladdr *,
- krb5_data ** );
+ loop_respond_fn, void *);
/* do_tgs_req.c */
krb5_error_code