[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Add apr_hash_t as an OUTPARAM in svn_wc.i

From: Jon Middleton <jjm_at_ixtab.org.uk>
Date: 2002-12-08 16:35:47 CET

* subversion/bindings/swig/svn_wc.i: Add apr_hash_t as an OUTPARAM.

Index: subversion/bindings/swig/svn_wc.i
===================================================================
--- subversion/bindings/swig/svn_wc.i (revision 4044)
+++ subversion/bindings/swig/svn_wc.i (working copy)
@@ -39,7 +39,8 @@
 %apply SWIGTYPE **OUTPARAM {
     svn_wc_entry_t **,
     svn_wc_adm_access_t **,
- svn_boolean_t *
+ svn_boolean_t *,
+ apr_hash_t *
 };
 
 /* ----------------------------------------------------------------------- */

-- 
Jon
"First things first -- but not necessarily in that order"
                -- The Doctor, "Doctor Who"		

  • application/pgp-signature attachment: stored
Received on Sun Dec 8 16:36:39 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.