mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-26 11:29:04 +02:00
8 lines
160 B
C
8 lines
160 B
C
/* RCSID("$Id: compat.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
|
|
|
|
#ifndef COMPAT_H
|
|
#define COMPAT_H
|
|
void enable_compat13(void);
|
|
extern int compat13;
|
|
#endif
|