add krb5_fcc_interpret
authorJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 15:38:36 +0000 (15:38 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 15:38:36 +0000 (15:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1033 dc483132-0cff-0310-8789-dd5450dbe970

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

index 67f6f87b83ef6e37c6385395ec48b0762c45b019..288d4aa26f6e38d8380dd67ace14a8baf48a8737 100644 (file)
@@ -92,8 +92,7 @@ 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 * ));
 
-/* fcc_test.c */
-void init_test_cred PROTOTYPE((void ));
-
+/* fcc_errs.c */
+krb5_error_code krb5_fcc_interpret PROTOTYPE((int ));
 
 #endif /* KRB5_FCC_PROTO__ */