X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckuat2.h;h=8679a999156eb0747a94d6da0fb4f479a655f290;hb=ac474f1b8a669fcca9757cc53cf48146f08f9828;hp=5ee8e108a034091c658a428795b450b54e44b320;hpb=8d5a97cca5dc3d41681e7a2dd709ac0ea93e73c5;p=ckermit.git diff --git a/ckuat2.h b/ckuat2.h index 5ee8e10..8679a99 100644 --- 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 *, ...);