summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authordamien <damien>2000-04-04 04:38:59 +0000
committerdamien <damien>2000-04-04 04:38:59 +0000
commit7537ee7101410085a3c2c172cf561adf2f2dbf64 (patch)
tree219073b19af270ef68627d3ae3ad961121cdf4db /compat.h
parent8af22f15705c1dbd5322404fcfc9b992aaaa0895 (diff)
downloadopenssh-7537ee7101410085a3c2c172cf561adf2f2dbf64.tar.gz
- OpenBSD CVS update:
- [packet.h packet.c] ssh2 packet format - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c] [channels.h channels.c] channel layer support for ssh2 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h] DSA, keyexchange, algorithm agreement for ssh2
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index 4f53607f..4247f53b 100644
--- a/compat.h
+++ b/compat.h
@@ -26,10 +26,14 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$Id: compat.h,v 1.3 1999/11/25 00:54:59 damien Exp $"); */
+/* RCSID("$Id: compat.h,v 1.4 2000/04/04 04:39:01 damien Exp $"); */
#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