Re: svn commit: r27700 - in trunk/subversion: svnadmin svndumpfilter
From: D.J. Heap <djheap_at_gmail.com>
Date: 2007-11-08 19:00:59 CET
On Nov 8, 2007 9:35 AM, Paul Burba <pburba@collab.net> wrote:
Breaking the function prototype out works for me -- something like:
typedef APR_DECLARE(apr_status_t) open_fn(apr_file_t **, apr_pool_t *);
static svn_error_t *
if (apr_err)
*stream = svn_stream_from_aprfile(stdio_file, pool);
DJ
---------------------------------------------------------------------
|
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.