From 901119beab6622a263d9d0ccf4eb494bd33d3c77 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 4 Oct 2002 11:10:04 +1000 Subject: - (djm) Bug #406: s/msg_send/ssh_msg_send/ for Mac OS X 1.2 --- msg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'msg.h') diff --git a/msg.h b/msg.h index 13fa95b2..8980e254 100644 --- a/msg.h +++ b/msg.h @@ -25,7 +25,7 @@ #ifndef SSH_MSG_H #define SSH_MSG_H -void msg_send(int, u_char, Buffer *); -int msg_recv(int, Buffer *); +void ssh_msg_send(int, u_char, Buffer *); +int ssh_msg_recv(int, Buffer *); #endif -- cgit v1.2.1