From 82a33b79e9b9ebe3977f5ada3026797041b9af25 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 11 Jul 1995 23:31:07 +0000 Subject: [PATCH] Add prototype for krb5_fcc_read git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6282 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/file/ChangeLog | 6 ++++++ src/lib/krb5/ccache/file/fcc-proto.h | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/ccache/file/ChangeLog b/src/lib/krb5/ccache/file/ChangeLog index 90fa86e0e..a49e4b450 100644 --- a/src/lib/krb5/ccache/file/ChangeLog +++ b/src/lib/krb5/ccache/file/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 11 19:26:47 1995 Ezra Peisach + + * fcc-proto.h: Add prototype for krb5_fcc_read. Indicate that + krb5_change_cache takes no arguments. + + Wed July 5 15:52:31 1995 James Mattly * fcc_destroy.c changed open to THREEPARAMOPEN for macintosh opens diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h index d8f9db024..5c8e296db 100644 --- a/src/lib/krb5/ccache/file/fcc-proto.h +++ b/src/lib/krb5/ccache/file/fcc-proto.h @@ -68,6 +68,11 @@ krb5_error_code INTERFACE krb5_fcc_next_cred krb5_creds *creds )); /* fcc_read.c */ +krb5_error_code krb5_fcc_read + PROTOTYPE((krb5_context, + krb5_ccache id , + krb5_pointer buf, + int len)); krb5_error_code krb5_fcc_read_principal PROTOTYPE((krb5_context, krb5_ccache id , krb5_principal *princ )); krb5_error_code krb5_fcc_read_keyblock @@ -122,7 +127,7 @@ krb5_error_code INTERFACE krb5_fcc_set_flags /* fcc_ops.c */ extern krb5_cc_ops krb5_cc_file_ops; krb5_error_code krb5_change_cache - PROTOTYPE(()); + PROTOTYPE((void)); /* fcc_write.c */ -- 2.26.2