aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/file/fcc-proto.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-01 17:01:57 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-01 17:01:57 +0000
commitccf3cd01adbbc017d8e978237acf7171fa79fc60 (patch)
tree0cd99eecc6c5aa18a1868f83b75190d6cabe8319 /src/lib/krb5/ccache/file/fcc-proto.h
parent00aa1472dcab38bf0857e47c419505bde21251b7 (diff)
downloadkrb5-ccf3cd01adbbc017d8e978237acf7171fa79fc60.zip
krb5-ccf3cd01adbbc017d8e978237acf7171fa79fc60.tar.gz
krb5-ccf3cd01adbbc017d8e978237acf7171fa79fc60.tar.bz2
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
Diffstat (limited to 'src/lib/krb5/ccache/file/fcc-proto.h')
-rw-r--r--src/lib/krb5/ccache/file/fcc-proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h
index c29f3c0..5151a20 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 */