fix typo
authorJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 21:38:33 +0000 (21:38 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 21:38:33 +0000 (21:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@820 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc-proto.h

index 920222422c6ff9e2d0fcf384ec49387784a38f2a..67f6f87b83ef6e37c6385395ec48b0762c45b019 100644 (file)
@@ -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 */