From: John Kohl Date: Tue, 12 Feb 1991 14:08:36 +0000 (+0000) Subject: add fcc_close_file, fcc_open_file X-Git-Tag: krb5-1.0-alpha4~301 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af4a5d66ba9cb28858c94269acd8708b3732b8e1;p=krb5.git add fcc_close_file, fcc_open_file git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1671 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 a8317c58f..d55646ad2 100644 --- a/src/lib/krb5/ccache/file/fcc-proto.h +++ b/src/lib/krb5/ccache/file/fcc-proto.h @@ -3,7 +3,7 @@ * $Author$ * $Id$ * - * Copyright 1990 by the Massachusetts Institute of Technology. + * Copyright 1990,1991 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * . @@ -100,4 +100,8 @@ krb5_error_code krb5_fcc_store_authdatum PROTOTYPE((krb5_ccache , krb5_authdata /* fcc_errs.c */ krb5_error_code krb5_fcc_interpret PROTOTYPE((int )); +/* fcc_maybe.c */ +krb5_error_code krb5_fcc_close_file PROTOTYPE((krb5_ccache)); +krb5_error_code krb5_fcc_open_file PROTOTYPE((krb5_ccache, int)); + #endif /* KRB5_FCC_PROTO__ */