From c3fd98b25607d0f7f5977586d188f88ab226a9b8 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 21 Nov 2006 20:58:59 +0000 Subject: decoupling of nanohttp/libcsoap --- examples/csoap/echoattachments-server.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'examples/csoap/echoattachments-server.c') diff --git a/examples/csoap/echoattachments-server.c b/examples/csoap/echoattachments-server.c index 5543984..a065cc5 100755 --- a/examples/csoap/echoattachments-server.c +++ b/examples/csoap/echoattachments-server.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: echoattachments-server.c,v 1.9 2006/11/19 09:40:14 m0gg Exp $ + * $Id: echoattachments-server.c,v 1.10 2006/11/21 20:58:59 m0gg Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2004 Ferhat Ayaz @@ -20,10 +20,12 @@ * * Email: ferhatayaz@yahoo.com ******************************************************************/ -#include #include +#include #include +#include + #include #include #include @@ -32,16 +34,16 @@ #include #include +#include +#include +#include +#include #include - static const char *url = "/echoattachments"; static const char *urn = "urn:examples"; static const char *method = "echo"; - - - herror_t echo_attachments(SoapCtx * req, SoapCtx * res) { -- cgit v1.1-32-gdbae