+Tue Jul 11 19:26:47 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * 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 <mattly@fusion.com>
* fcc_destroy.c changed open to THREEPARAMOPEN for macintosh
opens
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
/* fcc_ops.c */
extern krb5_cc_ops krb5_cc_file_ops;
krb5_error_code krb5_change_cache
- PROTOTYPE(());
+ PROTOTYPE((void));
/* fcc_write.c */