1 #ifndef KRB5_LIBINIT_H
2 #define KRB5_LIBINIT_H
3 
4 #include "krb5.h"
5 
6 krb5_error_code krb5int_initialize_library (void);
7 void krb5int_cleanup_library (void);
8 
9 #endif /* KRB5_LIBINIT_H */
10