xref: /openbsd-src/usr.bin/sdiff/common.h (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1 /*	$OpenBSD: common.h,v 1.2 2006/05/25 03:20:32 ray Exp $	*/
2 
3 /*
4  * Written by Raymond Lai <ray@cyth.net>.
5  * Public domain.
6  */
7 
8 __dead void cleanup(const char *);
9