summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 709d86631b..cf25de11d3 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -102,6 +102,7 @@
#define INI_KRB_CCACHE "krb5cc" /* Location of the ccache */
#define INI_KRB5_CONF "krb5.ini" /* Location of krb5.conf file */
#define HAVE_LABS
+#define ANSI_STDIO
#endif
@@ -1474,6 +1475,11 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_ser_unpack_bytes
krb5_octet FAR * FAR *,
size_t FAR *));
+
+krb5_error_code KRB5_CALLCONV krb5_cc_retrieve_cred_default
+ KRB5_PROTOTYPE((krb5_context, krb5_ccache, krb5_flags,
+ krb5_creds *, krb5_creds *));
+
#if defined(macintosh) && defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
#pragma import reset
#endif