Files
heimdal/appl/ftp/ftp/krb4.h
Johan Danielsson 9557aea7a4 Allow default data protection level through a "prot level" in
.netrc. This really should be done in a more useful manner.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@527 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-05-12 22:09:25 +00:00

21 lines
358 B
C

#ifndef __KRB4_H__
#define __KRB4_H__
extern int auth_complete;
void sec_status(void);
enum { prot_clear, prot_safe, prot_confidential, prot_private };
void sec_prot(int, char**);
void sec_set_protection_level(void);
int sec_request_prot(char *level);
void kauth(int, char **);
void klist(int, char **);
void krb4_quit(void);
#endif /* __KRB4_H__ */