"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "tulp-4.2.1/src/ext.h" of archive tulp-4.2.1.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 /*
2 * ext.h,v 1.7 2000/03/07 22:16:29 kim Exp
3 *
4 * Copyright (C) 1991-2000 Kimmo Suominen, Christophe Wolfhugel
5 *
6 * Please read the files COPYRIGHT and AUTHORS for the extended
7 * copyrights refering to this file.
8 */
9
10 /*
11 * Extern definitions, don't touch!
12 */
13
14 extern char buf[MAXLINE], rcpt[MAXFIELD];
15 extern char vers[];
16 extern char From[], To[];
17 extern long msgSize;
18 extern void versInit();
19
20 extern int Debug;
21
22 #if defined(USE_UNAME) || defined(USE_GETHOSTNAME) || defined(USE_DOMAINFILE)
23 extern char myname[];
24 #endif