You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/10/25 13:51:56 UTC

svn commit: r328341 - /webservices/axis2/trunk/c/include/axis2_hash.h

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);
+									
 
 /** @} */