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 ma...@apache.org on 2008/06/03 08:01:09 UTC

svn commit: r662659 - /webservices/axis2/trunk/c/util/src/hash.c

Author: manjula
Date: Mon Jun  2 23:01:08 2008
New Revision: 662659

URL: http://svn.apache.org/viewvc?rev=662659&view=rev
Log:
Removing the static identifier.

Modified:
    webservices/axis2/trunk/c/util/src/hash.c

Modified: webservices/axis2/trunk/c/util/src/hash.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/hash.c?rev=662659&r1=662658&r2=662659&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/hash.c (original)
+++ webservices/axis2/trunk/c/util/src/hash.c Mon Jun  2 23:01:08 2008
@@ -566,7 +566,7 @@
     return AXIS2_FALSE;
 }
 
-static void
+void
 axutil_hash_entry_free(
     const axutil_env_t *env,
     axutil_hash_entry_t *hash_entry)