/* * ext.h,v 1.7 2000/03/07 22:16:29 kim Exp * * Copyright (C) 1991-2000 Kimmo Suominen, Christophe Wolfhugel * * Please read the files COPYRIGHT and AUTHORS for the extended * copyrights refering to this file. */ /* * Extern definitions, don't touch! */ extern char buf[MAXLINE], rcpt[MAXFIELD]; extern char vers[]; extern char From[], To[]; extern long msgSize; extern void versInit(); extern int Debug; #if defined(USE_UNAME) || defined(USE_GETHOSTNAME) || defined(USE_DOMAINFILE) extern char myname[]; #endif