* enc-proto.h: Add prototypes for encrypt_printsub(),
encrypt_request_sart(), encrypt_request_end(),
encrypt_enc_keyid()m encrypt_dec_keyid(), encrypt_support(),
encrypt_start(), encrypt_end().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13285
dc483132-0cff-0310-8789-
dd5450dbe970
-2001-06-06 Ezra Peisach <epeisach@rna.mit.edu>
+2001-06-07 Ezra Peisach <epeisach@mit.edu>
+
+ * auth-proto.h: Add prototype for kerberos5_cleanup().
+
+ * enc-proto.h: Add prototypes for encrypt_printsub(),
+ encrypt_request_sart(), encrypt_request_end(),
+ encrypt_enc_keyid()m encrypt_dec_keyid(), encrypt_support(),
+ encrypt_start(), encrypt_end().
+
+2001-06-06 Ezra Peisach <epeisach@mit.edu>
* auth-proto.h: Add prototypes for getauthmask(), auth_enable,
auth_disable(), auth_onoff(), auth_togdebug(), auth_status(),
void kerberos5_reply P((Authenticator *, unsigned char *, int));
int kerberos5_status P((Authenticator *, char *, int));
void kerberos5_printsub P((unsigned char *, int, unsigned char *, int));
+void kerberos5_cleanup P((void));
#endif
#endif
void encrypt_send_keyid P((int, unsigned char *, int, int));
int net_write P((unsigned char *, int));
void encrypt_gen_printsub P((unsigned char *, int, unsigned char *, int));
+void encrypt_printsub P((unsigned char *, int, unsigned char *, int));
+
+
+void encrypt_request_start P((unsigned char *, int));
+void encrypt_request_end P((void));
+void encrypt_enc_keyid P((unsigned char *, int));
+void encrypt_dec_keyid P((unsigned char *, int));
+void encrypt_support P((unsigned char *, int));
+void encrypt_start P((unsigned char *, int));
+void encrypt_end P((void));
+
#ifdef TELENTD
void encrypt_wait P((void));