]> andersk Git - openssh.git/blobdiff - msg.h
- (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]
[openssh.git] / msg.h
diff --git a/msg.h b/msg.h
index 13fa95b27eb2ac6d195dbcb981322640c9fe0f49..b0cb9b52bc2cb4bbb6b5f19f71e0d9f7674a62c7 100644 (file)
--- a/msg.h
+++ b/msg.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: msg.h,v 1.1 2002/05/23 19:24:30 markus Exp $  */
+/* $OpenBSD: msg.h,v 1.4 2006/03/25 22:22:43 djm Exp $ */
 /*
  * Copyright (c) 2002 Markus Friedl.  All rights reserved.
  *
@@ -25,7 +25,7 @@
 #ifndef SSH_MSG_H
 #define SSH_MSG_H
 
-void    msg_send(int, u_char, Buffer *);
-int     msg_recv(int, Buffer *);
+int     ssh_msg_send(int, u_char, Buffer *);
+int     ssh_msg_recv(int, Buffer *);
 
 #endif
This page took 0.033833 seconds and 4 git commands to generate.