From: John Kohl Date: Tue, 1 May 1990 17:01:57 +0000 (+0000) Subject: fix proto for krb5_fcc_generate_new X-Git-Tag: krb5-1.0-alpha2~754 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ccf3cd01adbbc017d8e978237acf7171fa79fc60;p=krb5.git fix proto for krb5_fcc_generate_new add krb5_fcc_set_flags git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@642 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h index c29f3c0a5..5151a2060 100644 --- a/src/lib/krb5/ccache/file/fcc-proto.h +++ b/src/lib/krb5/ccache/file/fcc-proto.h @@ -29,7 +29,7 @@ krb5_error_code krb5_fcc_destroy PROTOTYPE((krb5_ccache id )); krb5_error_code krb5_fcc_end_seq_get PROTOTYPE((krb5_ccache id , krb5_cc_cursor *cursor )); /* fcc_gennew.c */ -krb5_error_code krb5_fcc_generate_new PROTOTYPE((krb5_ccache id )); +krb5_error_code krb5_fcc_generate_new PROTOTYPE((krb5_ccache *id )); /* fcc_getnam.c */ char *krb5_fcc_get_name PROTOTYPE((krb5_ccache id )); @@ -69,6 +69,9 @@ krb5_error_code krb5_fcc_store PROTOTYPE((krb5_ccache id , krb5_creds *creds )); /* fcc_skip.c */ krb5_error_code krb5_fcc_skip_principal PROTOTYPE((krb5_ccache id )); +/* fcc_sflags.c */ +krb5_error_code krb5_fcc_set_flags PROTOTYPE((krb5_ccache id , krb5_flags flags )); + /* fcc_ops.c */ /* fcc_write.c */