diff options
| author | Ken Raeburn <raeburn@mit.edu> | 1990-11-28 10:26:15 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 1990-11-28 10:26:15 +0000 |
| commit | 19bd9bc97c0424c2ab3446edca18ead52c6c47a4 (patch) | |
| tree | e67cdab69b65b1d092a47168d8afe0e1f7993c09 /src/lib | |
| parent | 54d21424e96a5b04538944080401afea5bfe29dd (diff) | |
Added declaration of krb5_cc_file_ops
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1514 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc-proto.h | 1 |
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 1b2376ebe..a8317c58f 100644 --- a/src/lib/krb5/ccache/file/fcc-proto.h +++ b/src/lib/krb5/ccache/file/fcc-proto.h @@ -78,6 +78,7 @@ krb5_error_code krb5_fcc_skip_principal PROTOTYPE((krb5_ccache id )); krb5_error_code krb5_fcc_set_flags PROTOTYPE((krb5_ccache id , krb5_flags flags )); /* fcc_ops.c */ +extern krb5_cc_ops krb5_cc_file_ops; /* fcc_write.c */ krb5_error_code krb5_fcc_write PROTOTYPE((krb5_ccache id , krb5_pointer buf , int len )); |
