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

subversion 1.3.0-rc1 build fix.

From: Andreas Schwab <schwab_at_suse.de>
Date: 2005-10-26 23:57:52 CEST

Declare svn_swig_pl_from_md5 instead of non-existing svn_swig_pl_make_md5.

Andreas.

--- subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.h 2005/10/26 21:07:11 1.1
+++ subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.h 2005/10/26 21:09:25
@@ -220,7 +220,7 @@ apr_file_t *svn_swig_pl_make_file (SV *f
 void svn_swig_pl_hold_ref_in_pool (apr_pool_t *pool, SV *sv);
 
 /* md5 access class */
-void svn_swig_pl_make_md5 (unsigned char *digest);
+SV *svn_swig_pl_from_md5 (unsigned char *digest);
 
 #ifdef __cplusplus
 }

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 27 00:30:01 2005

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.