blob: 9d896c7dd7581b7992d22d39d0147a544c7edb1b [file] [log] [blame]
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001/* RCSID("$Id: compat.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
2
3#ifndef COMPAT_H
4#define COMPAT_H
5void enable_compat13(void);
6extern int compat13;
7#endif