imported 9.0.299 Beta.01
[ckermit.git] / ckuat2.h
index 5ee8e10..8679a99 100644 (file)
--- a/ckuat2.h
+++ b/ckuat2.h
@@ -1,7 +1,7 @@
 /*
   C K U A T 2 . H  --  Kerberos headers for C-Kermit
 
-  Copyright (C) 1985, 2004,
+  Copyright (C) 1985, 2009,
     Trustees of Columbia University in the City of New York.
     All rights reserved.  See the C-Kermit COPYING.TXT file or the
     copyright text in the ckcmai.c module for disclaimer and permissions.
@@ -275,11 +275,6 @@ void castexp_ofb64_printsub P((unsigned char *, int, unsigned char *, int));
 extern int encrypt_debug_mode;
 #endif
 
-#ifndef CRYPT_DLL
-extern int (*decrypt_input) P((int));
-extern void (*encrypt_output) P((unsigned char *, int));
-#endif /* CRYPT_DLL */
-
 int decrypt_ks_hack(unsigned char *, int);
 
 #endif /* __ENCRYPTION__ */
@@ -291,7 +286,7 @@ struct _crypt_dll_init {
 
     /* Version 1 variables */
     int (*p_ttol)(char *,int);
-    int (*p_dodebug)(int,char *,char *,long);
+    int (*p_dodebug)(int,char *,char *,CK_OFF_T);
     int (*p_dohexdump)(char *,char *,int);
     void (*p_tn_debug)(char *);
     int (*p_vscrnprintf)(char *, ...);