pyceo/src/krb5.h

15 lines
241 B
C
Raw Normal View History

#include <krb5.h>
2009-01-31 00:11:42 -05:00
#include <com_err.h>
extern char *prog;
extern krb5_context context;
void ceo_krb5_init();
void ceo_krb5_cleanup();
void ceo_krb5_auth(char *);
void ceo_krb5_deauth();
int ceo_read_password(char *, unsigned int, int);