summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1990-11-28 08:46:47 +0000
committerKen Raeburn <raeburn@mit.edu>1990-11-28 08:46:47 +0000
commit6ebf2e6b99c0365184cec4292a02f98c9b94e691 (patch)
treec25dc5d073b6016a3ed0eefb95591a47541c42e0 /src
parent9230ec88707624e34aa9d6fc7c1b0cdf660b45fe (diff)
downloadkrb5-6ebf2e6b99c0365184cec4292a02f98c9b94e691.tar.gz
krb5-6ebf2e6b99c0365184cec4292a02f98c9b94e691.tar.xz
krb5-6ebf2e6b99c0365184cec4292a02f98c9b94e691.zip
Added declarations of authdata i/o routines
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1505 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/stdio/scc-proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/scc-proto.h b/src/lib/krb5/ccache/stdio/scc-proto.h
index 0663f60f6..99175d0e9 100644
--- a/src/lib/krb5/ccache/stdio/scc-proto.h
+++ b/src/lib/krb5/ccache/stdio/scc-proto.h
@@ -56,6 +56,8 @@ krb5_error_code krb5_scc_read_times PROTOTYPE((krb5_ccache id , krb5_ticket_time
krb5_error_code krb5_scc_read_flags PROTOTYPE((krb5_ccache id , krb5_flags *f ));
krb5_error_code krb5_scc_read_addrs PROTOTYPE((krb5_ccache, krb5_address ***));
krb5_error_code krb5_scc_read_addr PROTOTYPE((krb5_ccache, krb5_address *));
+krb5_error_code krb5_scc_read_authdata PROTOTYPE((krb5_ccache, krb5_authdata***));
+krb5_error_code krb5_scc_read_authdatum PROTOTYPE((krb5_ccache, krb5_authdata*));
/* scc_reslv.c */
krb5_error_code krb5_scc_resolve PROTOTYPE((krb5_ccache *id , char *residual ));
@@ -91,6 +93,8 @@ krb5_error_code krb5_scc_store_times PROTOTYPE((krb5_ccache id , krb5_ticket_tim
krb5_error_code krb5_scc_store_flags PROTOTYPE((krb5_ccache id , krb5_flags *f ));
krb5_error_code krb5_scc_store_addrs PROTOTYPE((krb5_ccache , krb5_address ** ));
krb5_error_code krb5_scc_store_addr PROTOTYPE((krb5_ccache , krb5_address * ));
+krb5_error_code krb5_scc_store_authdata PROTOTYPE((krb5_ccache, krb5_authdata **));
+krb5_error_code krb5_scc_store_authdatum PROTOTYPE((krb5_ccache, krb5_authdata *));
/* scc_errs.c */
krb5_error_code krb5_scc_interpret PROTOTYPE((int ));