]> andersk Git - openssh.git/blobdiff - compat.h
- OpenBSD CVS update:
[openssh.git] / compat.h
index 7ca0d6326295a7ca201c6d3d2411094f2b794918..3da8d7840098477a08d00760983d47ff43ec5397 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -31,5 +31,9 @@
 #ifndef COMPAT_H
 #define COMPAT_H
 void    enable_compat13(void);
+void    enable_compat20(void);
+void    compat_datafellows(const char *s);
 extern int compat13;
+extern int compat20;
+extern int datafellows;
 #endif
This page took 0.030986 seconds and 4 git commands to generate.