summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-02 19:08:02 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-02 19:08:02 +0000
commit63bcebf10c80de72499480f8872b1b719e515d5c (patch)
treeb6a19343d89ec456bfc83afc49a985dec0053aa5 /src/lib
parent9bd8e48f3c2471c6b102e02df9ecf16bbe01b8a3 (diff)
downloadkrb5-63bcebf10c80de72499480f8872b1b719e515d5c.tar.gz
krb5-63bcebf10c80de72499480f8872b1b719e515d5c.tar.xz
krb5-63bcebf10c80de72499480f8872b1b719e515d5c.zip
declare krb5_fcc_store_flags
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@685 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/fcc-proto.h1
1 files changed, 1 insertions, 0 deletions
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 ));