xref: /openbsd-src/usr.bin/sdiff/common.h (revision 1ad61ae0a79a724d2d3ec69e69c8e1d1ff6b53a0)
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