From a16f7ea0abd4a19867d8113ad9fe91b6c9f355d9 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'.