xref: /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/supp-int.h (revision 1da57d551424de5a9d469760be7c4b4d4f10a755)
1*54925bf6Swillf /*
2*54925bf6Swillf  * util/support/supp-int.h
3*54925bf6Swillf  *
4*54925bf6Swillf  * Copyright (C) 2006 by the Massachusetts Institute of Technology.
5*54925bf6Swillf  * All rights reserved.
6*54925bf6Swillf  *
7*54925bf6Swillf  * Export of this software from the United States of America may
8*54925bf6Swillf  *   require a specific license from the United States Government.
9*54925bf6Swillf  *   It is the responsibility of any person or organization contemplating
10*54925bf6Swillf  *   export to obtain such a license before exporting.
11*54925bf6Swillf  *
12*54925bf6Swillf  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
13*54925bf6Swillf  * distribute this software and its documentation for any purpose and
14*54925bf6Swillf  * without fee is hereby granted, provided that the above copyright
15*54925bf6Swillf  * notice appear in all copies and that both that copyright notice and
16*54925bf6Swillf  * this permission notice appear in supporting documentation, and that
17*54925bf6Swillf  * the name of M.I.T. not be used in advertising or publicity pertaining
18*54925bf6Swillf  * to distribution of the software without specific, written prior
19*54925bf6Swillf  * permission.  Furthermore if you modify this software you must label
20*54925bf6Swillf  * your software as modified software and not distribute it in such a
21*54925bf6Swillf  * fashion that it might be confused with the original M.I.T. software.
22*54925bf6Swillf  * M.I.T. makes no representations about the suitability of
23*54925bf6Swillf  * this software for any purpose.  It is provided "as is" without express
24*54925bf6Swillf  * or implied warranty.
25*54925bf6Swillf  *
26*54925bf6Swillf  *
27*54925bf6Swillf  *  Internal prototypes for the krb5support library
28*54925bf6Swillf  */
29*54925bf6Swillf #ifndef KRB5_SUPP_INT_H__
30*54925bf6Swillf #define KRB5_SUPP_INT_H__
31*54925bf6Swillf 
32*54925bf6Swillf extern int krb5int_call_thread_support_init (void);
33*54925bf6Swillf 
34*54925bf6Swillf extern int krb5int_err_init (void);
35*54925bf6Swillf 
36*54925bf6Swillf #endif /* KRB5_SUPP_INT_H__ */
37