Author: samisa
Date: Wed Jul 18 19:23:01 2007
New Revision: 557460

URL: http://svn.apache.org/viewvc?view=rev&rev=557460
Log:
Fixed build break by adding missing parameter to sorted_list_insert

Modified:
    webservices/rampart/trunk/c/src/omxmlsec/c14n/c14n_sorted_list.h

Modified: webservices/rampart/trunk/c/src/omxmlsec/c14n/c14n_sorted_list.h
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/c14n/c14n_sorted_list.h?view=diff&rev=557460&r1=557459&r2=557460
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/c14n/c14n_sorted_list.h (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/c14n/c14n_sorted_list.h Wed Jul 18 
19:23:01 2007
@@ -37,7 +37,8 @@
         c14n_sorted_list_t **node,
         void *val,
         const void *ctx,
-        int(*compar)(const void *, const void *, const void *)
+        int(*compar)(const void *, const void *, const void *),
+        const axutil_env_t *env
         );
 
 


Reply via email to