The semicolons aren't necessary. -- justin
Index: modules/dav/main/mod_dav.c
===================================================================
RCS file: /home/cvs/httpd-2.0/modules/dav/main/mod_dav.c,v
retrieving revision 1.56
diff -u -r1.56 mod_dav.c
--- modules/dav/main/mod_dav.c 2001/04/17 11:07:02 1.56
+++ modules/dav/main/mod_dav.c 2001/07/23 07:49:14
@@ -4724,8 +4724,8 @@
(const dav_resource *resource,
const char *ns_uri, const char *name,
const dav_hooks_liveprop **hooks),
- (resource, ns_uri, name, hooks), 0);
+ (resource, ns_uri, name, hooks), 0)
APR_IMPLEMENT_EXTERNAL_HOOK_VOID(dav, DAV, insert_all_liveprops,
(request_rec *r, const dav_resource *resource,
dav_prop_insert what, ap_text_header *phdr),
- (r, resource, what, phdr));
+ (r, resource, what, phdr))