[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.1

1.1     ! tedu        1: /*     $Id: extern.h,v 1.3 2005/12/15 16:19:27 ray Exp $       */
        !             2:
        !             3: /*
        !             4:  * Written by Raymond Lai <ray@cyth.net>.
        !             5:  * Public domain.
        !             6:  */
        !             7:
        !             8: FILE   *outfile;       /* file to save changes to */
        !             9:
        !            10: int eparse(const char *, const char *, const char *);