aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/file/fcc-proto.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-09 21:38:33 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-09 21:38:33 +0000
commit89c0b9a9c91df9a8198d60ca3df26efefb61c848 (patch)
tree8485a3fc45754fe23bffc314945bf97dad4e0e09 /src/lib/krb5/ccache/file/fcc-proto.h
parentb4688e641450d5c456cf90eead7f3e1cee693013 (diff)
downloadkrb5-89c0b9a9c91df9a8198d60ca3df26efefb61c848.zip
krb5-89c0b9a9c91df9a8198d60ca3df26efefb61c848.tar.gz
krb5-89c0b9a9c91df9a8198d60ca3df26efefb61c848.tar.bz2
fix typo
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@820 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h
index 9202224..67f6f87 100644
--- a/src/lib/krb5/ccache/file/fcc-proto.h
+++ b/src/lib/krb5/ccache/file/fcc-proto.h
@@ -89,7 +89,7 @@ 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_addresses ** ));
+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 * ));
/* fcc_test.c */