From: Theodore Tso Date: Thu, 21 Mar 1996 03:51:25 +0000 (+0000) Subject: Added prototype of krb5_scc_skip_header to fix Windows lint flames X-Git-Tag: krb5-1.0-beta6~313 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=61b1ad7c1c107cf9a195c173c2b8767c5a2bb22b;p=krb5.git Added prototype of krb5_scc_skip_header to fix Windows lint flames git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7690 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/stdio/ChangeLog b/src/lib/krb5/ccache/stdio/ChangeLog index 072fe2b24..4eb60f7d5 100644 --- a/src/lib/krb5/ccache/stdio/ChangeLog +++ b/src/lib/krb5/ccache/stdio/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 20 22:50:05 1996 Theodore Y. Ts'o + + * scc-proto.h (krb5_scc_skip_header): Added prototype (to fix lint + flames). + Thu Feb 1 15:50:29 1996 Sam Hartman * scc_retrv.c (krb5_scc_retrieve): Accept any enctype unless doing a specific match. diff --git a/src/lib/krb5/ccache/stdio/scc-proto.h b/src/lib/krb5/ccache/stdio/scc-proto.h index 8975671b5..76a1f7714 100644 --- a/src/lib/krb5/ccache/stdio/scc-proto.h +++ b/src/lib/krb5/ccache/stdio/scc-proto.h @@ -164,6 +164,8 @@ krb5_error_code krb5_scc_store krb5_creds *creds )); /* scc_skip.c */ +krb5_error_code krb5_scc_skip_header + PROTOTYPE((krb5_context, krb5_ccache)); krb5_error_code krb5_scc_skip_principal PROTOTYPE((krb5_context, krb5_ccache id ));