blob: 4f6c10ff64f808ec690d5591d2b958a96dcd91e9 [file] [log] [blame]
Damien Miller95def091999-11-25 00:26:21 +11001/* RCSID("$Id: compat.h,v 1.2 1999/11/24 13:26:22 damien Exp $"); */
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002
3#ifndef COMPAT_H
4#define COMPAT_H
Damien Miller95def091999-11-25 00:26:21 +11005void enable_compat13(void);
Damien Millerd4a8b7e1999-10-27 13:42:43 +10006extern int compat13;
7#endif