=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/compat.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/compat.h 1999/10/16 22:29:01 1.2 +++ src/usr.bin/ssh/compat.h 1999/11/24 00:26:01 1.3 @@ -1,7 +1,7 @@ -/* RCSID("$Id: compat.h,v 1.2 1999/10/16 22:29:01 markus Exp $"); */ +/* RCSID("$Id: compat.h,v 1.3 1999/11/24 00:26:01 deraadt Exp $"); */ #ifndef COMPAT_H #define COMPAT_H -void enable_compat13(void); +void enable_compat13(void); extern int compat13; #endif