From: John Kohl Date: Wed, 2 May 1990 19:08:02 +0000 (+0000) Subject: declare krb5_fcc_store_flags X-Git-Tag: krb5-1.0-alpha2~711 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63bcebf10c80de72499480f8872b1b719e515d5c;p=krb5.git declare krb5_fcc_store_flags git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@685 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h index 5151a2060..a59a35a11 100644 --- a/src/lib/krb5/ccache/file/fcc-proto.h +++ b/src/lib/krb5/ccache/file/fcc-proto.h @@ -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 ));