]> andersk Git - openssh.git/blobdiff - compat.h
- OpenBSD CVS updates:
[openssh.git] / compat.h
index 3da8d7840098477a08d00760983d47ff43ec5397..4e3a6cfc720977e6b6843e4745315cb27413a897 100644 (file)
--- a/compat.h
+++ b/compat.h
 
 #ifndef COMPAT_H
 #define COMPAT_H
+
+#define        SSH_PROTO_UNKNOWN       0x00
+#define        SSH_PROTO_1             0x01
+#define        SSH_PROTO_1_PREFERRED   0x02
+#define        SSH_PROTO_2             0x04
+
 void    enable_compat13(void);
 void    enable_compat20(void);
 void    compat_datafellows(const char *s);
+int    proto_spec(const char *spec);
 extern int compat13;
 extern int compat20;
 extern int datafellows;
This page took 0.092896 seconds and 4 git commands to generate.