Added prototype of krb5_fcc_skip_header to fix Windows lint flames
authorTheodore Tso <tytso@mit.edu>
Thu, 21 Mar 1996 03:50:58 +0000 (03:50 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 21 Mar 1996 03:50:58 +0000 (03:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7689 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/ChangeLog
src/lib/krb5/ccache/file/fcc-proto.h

index 08f7b28d344a2969623cffdf7fb83ec92a965ac2..9b6010664a9fd4ead49667b662e05942b2334f5c 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 20 22:48:51 1996  Theodore Y. Ts'o  <tytso@dcl>
+
+       * fcc-proto.h (krb5_fcc_skip_header): Added prototype (fix Windows
+               lint flames).
+
 Sat Feb 24 19:16:23 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * fcc_destry.c (krb5_fcc_destroy): For MS-DOS filesystems, you
index 5c8e296dbde1d9febf27c57c18f2170965a0111c..ba73eca16086975c67e47cb09ab38c28cec3342a 100644 (file)
@@ -117,6 +117,8 @@ krb5_error_code INTERFACE krb5_fcc_store
        PROTOTYPE((krb5_context, krb5_ccache id , krb5_creds *creds ));
 
 /* fcc_skip.c */
+krb5_error_code krb5_fcc_skip_header
+       PROTOTYPE((krb5_context, krb5_ccache));
 krb5_error_code krb5_fcc_skip_principal 
        PROTOTYPE((krb5_context, krb5_ccache id ));