home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / tulp-3.0.3 / part01 / ext.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-15  |  583 b   |  29 lines

  1. /* $Id: ext.h,v 1.8 93/03/02 22:33:09 wolf Exp $
  2.  *
  3.  *  Copyright (C) 1991,1992  Kimmo Suominen, Christophe Wolfhugel
  4.  *
  5.  *  Please read the files COPYRIGHT and AUTHORS for the extended
  6.  *  copyrights refering to this file.
  7.  *
  8.  */
  9.  
  10. /*
  11.  * Extern definitions, don't touch!
  12.  */
  13.  
  14. extern char vers[], buf[MAXLINE], rcpt[MAXLINE];
  15. extern char versFrom[],versHost[];
  16. extern char From[],To[];
  17. extern long msgSize;
  18. extern void versInit();
  19.  
  20. extern int  Debug;
  21.  
  22. #ifdef ADD_SENDER
  23. extern char versSender[];
  24. #endif
  25.  
  26. #if defined(USE_UNAME) || defined(USE_GETHOSTNAME)
  27. extern char myname[];
  28. #endif
  29.