aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/file/fcc-proto.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-08-31 14:59:29 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-08-31 14:59:29 +0000
commit2abdda706e9df9c215b36a4c4ace44d4d0c49fcd (patch)
tree556f31cd9ac979bc8e79d26905d350f928f798b7 /src/lib/krb5/ccache/file/fcc-proto.h
parent4f4f162ca685c39fa639eb422fecf03f7ad3c6fd (diff)
downloadkrb5-2abdda706e9df9c215b36a4c4ace44d4d0c49fcd.zip
krb5-2abdda706e9df9c215b36a4c4ace44d4d0c49fcd.tar.gz
krb5-2abdda706e9df9c215b36a4c4ace44d4d0c49fcd.tar.bz2
fix errant mixed-type prototypes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1071 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, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h
index 288d4aa..2e5d4f1 100644
--- a/src/lib/krb5/ccache/file/fcc-proto.h
+++ b/src/lib/krb5/ccache/file/fcc-proto.h
@@ -89,8 +89,8 @@ krb5_error_code krb5_fcc_store_int PROTOTYPE((krb5_ccache id , int *i ));
krb5_error_code krb5_fcc_store_bool PROTOTYPE((krb5_ccache id , krb5_boolean *b ));
krb5_error_code krb5_fcc_store_times PROTOTYPE((krb5_ccache id , krb5_ticket_times *t ));
krb5_error_code krb5_fcc_store_flags PROTOTYPE((krb5_ccache id , krb5_flags *f ));
-krb5_error_code krb5_fcc_store_addrs PROTOTYPE((krb5_ccache id , krb5_address ** ));
-krb5_error_code krb5_fcc_store_addr PROTOTYPE((krb5_ccache id , krb5_address * ));
+krb5_error_code krb5_fcc_store_addrs PROTOTYPE((krb5_ccache , krb5_address ** ));
+krb5_error_code krb5_fcc_store_addr PROTOTYPE((krb5_ccache , krb5_address * ));
/* fcc_errs.c */
krb5_error_code krb5_fcc_interpret PROTOTYPE((int ));