xref: /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/fcc.h (revision 781:57319a72b15f)
1*781Sgtb #pragma ident	"%Z%%M%	%I%	%E% SMI"
2*781Sgtb 
3*781Sgtb /*
4*781Sgtb  * lib/krb5/ccache/fcc.h
5*781Sgtb  *
6*781Sgtb  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
7*781Sgtb  * All Rights Reserved.
8*781Sgtb  *
9*781Sgtb  * Export of this software from the United States of America may
10*781Sgtb  *   require a specific license from the United States Government.
11*781Sgtb  *   It is the responsibility of any person or organization contemplating
12*781Sgtb  *   export to obtain such a license before exporting.
13*781Sgtb  *
14*781Sgtb  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
15*781Sgtb  * distribute this software and its documentation for any purpose and
16*781Sgtb  * without fee is hereby granted, provided that the above copyright
17*781Sgtb  * notice appear in all copies and that both that copyright notice and
18*781Sgtb  * this permission notice appear in supporting documentation, and that
19*781Sgtb  * the name of M.I.T. not be used in advertising or publicity pertaining
20*781Sgtb  * to distribution of the software without specific, written prior
21*781Sgtb  * permission.  Furthermore if you modify this software you must label
22*781Sgtb  * your software as modified software and not distribute it in such a
23*781Sgtb  * fashion that it might be confused with the original M.I.T. software.
24*781Sgtb  * M.I.T. makes no representations about the suitability of
25*781Sgtb  * this software for any purpose.  It is provided "as is" without express
26*781Sgtb  * or implied warranty.
27*781Sgtb  *
28*781Sgtb  *
29*781Sgtb  * This file contains constant and function declarations used in the
30*781Sgtb  * file-based credential cache routines.
31*781Sgtb  */
32*781Sgtb 
33*781Sgtb #ifndef __KRB5_FILE_CCACHE__
34*781Sgtb #define __KRB5_FILE_CCACHE__
35*781Sgtb 
36*781Sgtb extern const krb5_cc_ops krb5_cc_file_ops;
37*781Sgtb 
38*781Sgtb #endif /* __KRB5_FILE_CCACHE__ */
39