From 9d399bdb370cee50c73e4648b03ee37b172738cb Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 31 Oct 2010 01:09:24 -0700 Subject: [PATCH] add missing prototype --- lib/krb5/get_cred.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/krb5/get_cred.c b/lib/krb5/get_cred.c index 2a41916f7..b5ed95b1f 100644 --- a/lib/krb5/get_cred.c +++ b/lib/krb5/get_cred.c @@ -36,6 +36,11 @@ #include "krb5_locl.h" #include +static krb5_error_code +get_cred_kdc_capath(krb5_context, krb5_kdc_flags, + krb5_ccache, krb5_creds *, krb5_principal, + Ticket *, krb5_creds **, krb5_creds ***); + /* * Take the `body' and encode it into `padata' using the credentials * in `creds'. -- 2.11.4.GIT