send_xml returns void in mod_dav_svn/update.c?
From: <kfogel_at_collab.net>
Date: 2003-11-10 23:08:43 CET
Greg, any idea why we ignore the result from apr_brigade_vprintf() and
static void send_xml(update_ctx_t *uc, const char *fmt, ...)
va_start(ap, fmt);
?
Almost all callers of send_xml() return (svn_error_t *), so if it
But, there's probably some reason it's void?...
-Karl
---------------------------------------------------------------------
|
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.