Home | History | Annotate | Download | only in include
      1 #ifndef KRB5_LIBINIT_H
      2 #define KRB5_LIBINIT_H
      3 
      4 #pragma ident	"%Z%%M%	%I%	%E% SMI"
      5 
      6 #include "krb5.h"
      7 
      8 krb5_error_code krb5int_initialize_library (void);
      9 void krb5int_cleanup_library (void);
     10 
     11 #endif /* KRB5_LIBINIT_H */
     12