Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
5ce662a9202240a2f5fa6a9334d58186bdaba50c
/
.
/
compat.h
blob: 9d896c7dd7581b7992d22d39d0147a544c7edb1b [
file
] [
log
] [
blame
]
Damien Miller
d4a8b7e
1999-10-27 13:42:43 +1000
[
diff
] [
blame
]
1
/* RCSID("$Id: compat.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */
2
3
#ifndef
COMPAT_H
4
#define
COMPAT_H
5
void
enable_compat13
(
void
);
6
extern
int
compat13
;
7
#endif