]> andersk Git - gssapi-openssh.git/blobdiff - openssh/msg.h
o Merge changes from OPENSSH_3_5P1_GSI_20021018.
[gssapi-openssh.git] / openssh / msg.h
index 13fa95b27eb2ac6d195dbcb981322640c9fe0f49..8980e254e0119ef4990a233e385fb21d76f0e28e 100644 (file)
@@ -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
This page took 0.054503 seconds and 4 git commands to generate.