summaryrefslogtreecommitdiff
path: root/msg.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-10-03 15:45:53 +1000
committerDamien Miller <djm@mindrot.org>2002-10-03 15:45:53 +1000
commit1c992c4c13ea6c8fcd80093b340bc49753e17a4f (patch)
treeedce662953498001757b92ba16f7c9d5f8b752c5 /msg.h
parent7e659de6f981aaf1059720e5e198aa652834e414 (diff)
- (djm) Bug #406 s/msg_send/ssh_msh_send/ for Mac OS X 1.2
Diffstat (limited to 'msg.h')
-rw-r--r--msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/msg.h b/msg.h
index 13fa95b27..8980e254e 100644
--- a/msg.h
+++ b/msg.h
@@ -25,7 +25,7 @@
25#ifndef SSH_MSG_H 25#ifndef SSH_MSG_H
26#define SSH_MSG_H 26#define SSH_MSG_H
27 27
28void msg_send(int, u_char, Buffer *); 28void ssh_msg_send(int, u_char, Buffer *);
29int msg_recv(int, Buffer *); 29int ssh_msg_recv(int, Buffer *);
30 30
31#endif 31#endif