[BACK]Return to extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sdiff

Annotation of src/usr.bin/sdiff/extern.h, Revision 1.5

1.5     ! ray         1: /*     $OpenBSD: extern.h,v 1.4 2006/05/25 03:20:32 ray Exp $ */
1.1       tedu        2:
                      3: /*
                      4:  * Written by Raymond Lai <ray@cyth.net>.
                      5:  * Public domain.
                      6:  */
                      7:
1.5     ! ray         8: extern FILE            *outfp;         /* file to save changes to */
1.4       ray         9: extern const char      *tmpdir;
1.1       tedu       10:
                     11: int eparse(const char *, const char *, const char *);