aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/file/fcc-proto.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-18 10:45:23 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-18 10:45:23 +0000
commite8252b6a5b34b587297653b2132a42d89803e6fc (patch)
treebaa5b1181e65b79ca59f148fb9da98366e6309c9 /src/lib/krb5/ccache/file/fcc-proto.h
parent1f7706967859bda795e7a8ee27a90901c292f79e (diff)
downloadkrb5-e8252b6a5b34b587297653b2132a42d89803e6fc.zip
krb5-e8252b6a5b34b587297653b2132a42d89803e6fc.tar.gz
krb5-e8252b6a5b34b587297653b2132a42d89803e6fc.tar.bz2
add krb5_fcc_read_authdata, krb5_fcc_read_authdatum, krb5_fcc_store_authdata, krb5_fcc_store_authdatum
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1258 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h
index 28d3096..1b2376e 100644
--- a/src/lib/krb5/ccache/file/fcc-proto.h
+++ b/src/lib/krb5/ccache/file/fcc-proto.h
@@ -56,6 +56,8 @@ krb5_error_code krb5_fcc_read_times PROTOTYPE((krb5_ccache id , krb5_ticket_time
krb5_error_code krb5_fcc_read_flags PROTOTYPE((krb5_ccache id , krb5_flags *f ));
krb5_error_code krb5_fcc_read_addrs PROTOTYPE((krb5_ccache, krb5_address ***));
krb5_error_code krb5_fcc_read_addr PROTOTYPE((krb5_ccache, krb5_address *));
+krb5_error_code krb5_fcc_read_authdata PROTOTYPE((krb5_ccache , krb5_authdata ***));
+krb5_error_code krb5_fcc_read_authdatum PROTOTYPE((krb5_ccache , krb5_authdata *));
/* fcc_reslv.c */
krb5_error_code krb5_fcc_resolve PROTOTYPE((krb5_ccache *id , char *residual ));
@@ -91,6 +93,8 @@ krb5_error_code krb5_fcc_store_times PROTOTYPE((krb5_ccache id , krb5_ticket_tim
krb5_error_code krb5_fcc_store_flags PROTOTYPE((krb5_ccache id , krb5_flags *f ));
krb5_error_code krb5_fcc_store_addrs PROTOTYPE((krb5_ccache , krb5_address ** ));
krb5_error_code krb5_fcc_store_addr PROTOTYPE((krb5_ccache , krb5_address * ));
+krb5_error_code krb5_fcc_store_authdata PROTOTYPE((krb5_ccache , krb5_authdata **));
+krb5_error_code krb5_fcc_store_authdatum PROTOTYPE((krb5_ccache , krb5_authdata *));
/* fcc_errs.c */
krb5_error_code krb5_fcc_interpret PROTOTYPE((int ));