fix proto for krb5_fcc_generate_new
authorJohn Kohl <jtkohl@mit.edu>
Tue, 1 May 1990 17:01:57 +0000 (17:01 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 1 May 1990 17:01:57 +0000 (17:01 +0000)
add krb5_fcc_set_flags

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@642 dc483132-0cff-0310-8789-dd5450dbe970

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

index c29f3c0a588dc23a061bca420cd0f43b02079823..5151a206038a656e0441074853b9fa7f852c39d1 100644 (file)
@@ -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 */