summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/stdio
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-03-21 03:51:25 +0000
committerTheodore Tso <tytso@mit.edu>1996-03-21 03:51:25 +0000
commit61b1ad7c1c107cf9a195c173c2b8767c5a2bb22b (patch)
tree63fefde54b7083aabfc7d4af83d46876a638a838 /src/lib/krb5/ccache/stdio
parent8735a790a27a4f68b1d355859ed6cbbf0466c227 (diff)
downloadkrb5-61b1ad7c1c107cf9a195c173c2b8767c5a2bb22b.tar.gz
krb5-61b1ad7c1c107cf9a195c173c2b8767c5a2bb22b.tar.xz
krb5-61b1ad7c1c107cf9a195c173c2b8767c5a2bb22b.zip
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
Diffstat (limited to 'src/lib/krb5/ccache/stdio')
-rw-r--r--src/lib/krb5/ccache/stdio/ChangeLog5
-rw-r--r--src/lib/krb5/ccache/stdio/scc-proto.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/ChangeLog b/src/lib/krb5/ccache/stdio/ChangeLog
index 072fe2b24d..4eb60f7d5f 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 <tytso@dcl>
+
+ * scc-proto.h (krb5_scc_skip_header): Added prototype (to fix lint
+ flames).
+
Thu Feb 1 15:50:29 1996 Sam Hartman <hartmans@tertius.mit.edu>
* 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 8975671b5b..76a1f77147 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 ));