Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 35224 invoked from network); 5 Jun 2007 05:59:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2007 05:59:38 -0000 Received: (qmail 48667 invoked by uid 500); 5 Jun 2007 05:59:41 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 48614 invoked by uid 500); 5 Jun 2007 05:59:41 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 48603 invoked by uid 500); 5 Jun 2007 05:59:41 -0000 Delivered-To: apmail-ws-sandesha-cvs@ws.apache.org Received: (qmail 48600 invoked by uid 99); 5 Jun 2007 05:59:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 22:59:40 -0700 X-ASF-Spam-Status: No, hits=-99.5 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; Mon, 04 Jun 2007 22:59:36 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A04C71A981D; Mon, 4 Jun 2007 22:59:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r544395 - /webservices/sandesha/trunk/c/src/util/error.c Date: Tue, 05 Jun 2007 05:59:16 -0000 To: sandesha-cvs@ws.apache.org From: dushshantha@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070605055916.A04C71A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dushshantha Date: Mon Jun 4 22:59:15 2007 New Revision: 544395 URL: http://svn.apache.org/viewvc?view=rev&rev=544395 Log: fixed link error in Sandesha2c link error Modified: webservices/sandesha/trunk/c/src/util/error.c Modified: webservices/sandesha/trunk/c/src/util/error.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/error.c?view=diff&rev=544395&r1=544394&r2=544395 ============================================================================== --- webservices/sandesha/trunk/c/src/util/error.c (original) +++ webservices/sandesha/trunk/c/src/util/error.c Mon Jun 4 22:59:15 2007 @@ -18,6 +18,8 @@ #include #include +AXIS2_IMPORT extern const axis2_char_t* axutil_error_messages[]; + axis2_status_t AXIS2_CALL sandesha2_error_init() { --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org