From: Günther Deschner Date: Thu, 19 Jul 2007 13:37:49 +0000 (+0000) Subject: r23971: Prevent build failures. X-Git-Tag: samba-misc-tags/initial-v3-2-unstable~658 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f959a0f152956429d8b525a55f99cbe2963504d6;p=thirdparty%2Fsamba.git r23971: Prevent build failures. Guenther --- diff --git a/source/include/includes.h b/source/include/includes.h index 1a930f8f9ba..238612a4383 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -1207,7 +1207,11 @@ krb5_error_code smb_krb5_open_keytab(krb5_context context, const char *keytab_name, BOOL write_access, krb5_keytab *keytab); - +NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx, + const char *name, + const char *pass, + time_t time_offset, + PAC_DATA **pac_ret); #endif /* HAVE_KRB5 */