aboutsummaryrefslogtreecommitdiff
path: root/libssh/messages.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-03-07 01:45:05 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-03-07 01:45:05 +0000
commit29997022c812a5ac47c1c96cbea4d8cee339b532 (patch)
tree9211b4ceac9dc49ddacfe011882af2db32ee2d9f /libssh/messages.c
parent5029fe9d74d0fbc93cc2756d8b48d1bb462e3f39 (diff)
downloadlibssh-29997022c812a5ac47c1c96cbea4d8cee339b532.tar.gz
libssh-29997022c812a5ac47c1c96cbea4d8cee339b532.tar.xz
libssh-29997022c812a5ac47c1c96cbea4d8cee339b532.zip
first part of win32 patches
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@141 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/messages.c')
-rw-r--r--libssh/messages.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/libssh/messages.c b/libssh/messages.c
index d8c16ed..730aa54 100644
--- a/libssh/messages.c
+++ b/libssh/messages.c
@@ -26,13 +26,14 @@ MA 02111-1307, USA. */
* functions to handle it (or use the default handlers if she doesn't know what to
* do */
+#include <string.h>
+#include <stdlib.h>
+#include <netdb.h>
#include "libssh/libssh.h"
#include "libssh/priv.h"
#include "libssh/server.h"
#include "libssh/ssh2.h"
-#include <netdb.h>
-#include <string.h>
-#include <stdlib.h>
+
static SSH_MESSAGE *message_new(SSH_SESSION *session){
SSH_MESSAGE *msg=session->ssh_message;