declare krb5_fcc_store_flags
authorJohn Kohl <jtkohl@mit.edu>
Wed, 2 May 1990 19:08:02 +0000 (19:08 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 2 May 1990 19:08:02 +0000 (19:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@685 dc483132-0cff-0310-8789-dd5450dbe970

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

index 5151a206038a656e0441074853b9fa7f852c39d1..a59a35a11d02bbd82658e7d18b756b46105a0d84 100644 (file)
@@ -84,6 +84,7 @@ krb5_error_code krb5_fcc_store_keytype PROTOTYPE((krb5_ccache id , krb5_keytype
 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 ));
 
 /* fcc_test.c */
 void init_test_cred PROTOTYPE((void ));