Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 25645 invoked from network); 24 Jan 2007 09:02:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2007 09:02:20 -0000 Received: (qmail 88668 invoked by uid 500); 24 Jan 2007 09:02:25 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 88398 invoked by uid 500); 24 Jan 2007 09:02:24 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 88387 invoked by uid 500); 24 Jan 2007 09:02:24 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 88384 invoked by uid 99); 24 Jan 2007 09:02:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jan 2007 01:02:24 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jan 2007 01:02:18 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id E316C1A981A; Wed, 24 Jan 2007 01:01:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r499319 - in /webservices/axis2/trunk/c/guththila: include/guththila.h src/guththila_xml_writer.c Date: Wed, 24 Jan 2007 09:01:10 -0000 To: axis2-cvs@ws.apache.org From: nandika@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070124090110.E316C1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nandika Date: Wed Jan 24 01:01:10 2007 New Revision: 499319 URL: http://svn.apache.org/viewvc?view=rev&rev=499319 Log: link error fixed Modified: webservices/axis2/trunk/c/guththila/include/guththila.h webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c Modified: webservices/axis2/trunk/c/guththila/include/guththila.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/include/guththila.h?view=diff&rev=499319&r1=499318&r2=499319 ============================================================================== --- webservices/axis2/trunk/c/guththila/include/guththila.h (original) +++ webservices/axis2/trunk/c/guththila/include/guththila.h Wed Jan 24 01:01:10 2007 @@ -370,7 +370,7 @@ guththila_create_xml_stream_writer_for_memory (axis2_env_t *environment, guththila_t *p); -void AXIS2_CALL +AXIS2_EXTERN void AXIS2_CALL guththila_write_to_buffer (axis2_env_t *env, guththila_t *p, const char *buff); Modified: webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c?view=diff&rev=499319&r1=499318&r2=499319 ============================================================================== --- webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c (original) +++ webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c Wed Jan 24 01:01:10 2007 @@ -270,7 +270,7 @@ } -void AXIS2_CALL +AXIS2_EXTERN void AXIS2_CALL guththila_write_to_buffer(axis2_env_t *env, guththila_t *p, const char *buff) { if (buff) --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org