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

File: [local] / src / usr.bin / sdiff / extern.h (download)

Revision 1.3, Tue Dec 27 04:18:07 2005 UTC (18 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.2: +2 -2 lines

variables in header should be extern, defined in a c file.
if cast for free is needed because of const nastiness, at least cast to void *

/*	$OpenBSD: extern.h,v 1.3 2005/12/27 04:18:07 tedu Exp $ */

/*
 * Written by Raymond Lai <ray@cyth.net>.
 * Public domain.
 */

extern FILE	*outfile;	/* file to save changes to */

int eparse(const char *, const char *, const char *);