xref: /minix3/usr.bin/sdiff/common.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /*	$NetBSD: common.h,v 1.2 2015/01/29 03:28:19 christos Exp $	*/
2ce982eb7SThomas Cort /*	$OpenBSD: common.h,v 1.2 2006/05/25 03:20:32 ray Exp $	*/
3ce982eb7SThomas Cort 
4ce982eb7SThomas Cort /*
5ce982eb7SThomas Cort  * Written by Raymond Lai <ray@cyth.net>.
6ce982eb7SThomas Cort  * Public domain.
7ce982eb7SThomas Cort  */
8ce982eb7SThomas Cort 
9ce982eb7SThomas Cort __dead void cleanup(const char *);
10