summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/compat.h
blob: 03289c27ab19ba582906f57e4dfebc0dad15fc53 (plain)
1
2
3
4
5
6
7
/* RCSID("$Id: compat.h,v 1.2 1999/10/16 22:29:01 markus Exp $"); */

#ifndef COMPAT_H
#define COMPAT_H
void enable_compat13(void);
extern int compat13;
#endif