Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 63433 invoked from network); 25 Oct 2005 11:52:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Oct 2005 11:52:20 -0000 Received: (qmail 93268 invoked by uid 500); 25 Oct 2005 11:52:18 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 93217 invoked by uid 500); 25 Oct 2005 11:52:18 -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 93206 invoked by uid 500); 25 Oct 2005 11:52:17 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 93203 invoked by uid 99); 25 Oct 2005 11:52:17 -0000 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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 25 Oct 2005 04:52:17 -0700 Received: (qmail 63111 invoked by uid 65534); 25 Oct 2005 11:51:57 -0000 Message-ID: <20051025115157.63108.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r328341 - /webservices/axis2/trunk/c/include/axis2_hash.h Date: Tue, 25 Oct 2005 11:51:56 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: samisa Date: Tue Oct 25 04:51:51 2005 New Revision: 328341 URL: http://svn.apache.org/viewcvs?rev=328341&view=rev Log: added hash free function Modified: webservices/axis2/trunk/c/include/axis2_hash.h Modified: webservices/axis2/trunk/c/include/axis2_hash.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_hash.h?rev=328341&r1=328340&r2=328341&view=diff ============================================================================== --- webservices/axis2/trunk/c/include/axis2_hash.h (original) +++ webservices/axis2/trunk/c/include/axis2_hash.h Tue Oct 25 04:51:51 2005 @@ -216,6 +216,17 @@ const void *h2_val, const void *data), const void *data); + +/** + * @param environment The environment to use for hash table + * @param ht hash table to be freed + * @return return status code + * + */ + + axis2_status_t axis2_hash_free(axis2_environment_t *environment, + axis2_hash_t *ht); + /** @} */