summaryrefslogtreecommitdiffstats
path: root/msg.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-10-04 03:10:04 +0200
committerDamien Miller <djm@mindrot.org>2002-10-04 03:10:04 +0200
commit901119beab6622a263d9d0ccf4eb494bd33d3c77 (patch)
tree585e06a2ea8da9a9155f4f2a8e7a874e2533cf79 /msg.h
parent - (djm) Install ssh-agent setgid nobody in contrib/redhat/openssh.spec (diff)
downloadopenssh-901119beab6622a263d9d0ccf4eb494bd33d3c77.tar.xz
openssh-901119beab6622a263d9d0ccf4eb494bd33d3c77.zip
- (djm) Bug #406: s/msg_send/ssh_msg_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 @@
#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