From 9e1e9ec18b1048497c5a3b26f359c5f2d50cce5c Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Tue, 6 Jun 2000 21:21:10 +0200 Subject: [PATCH] Prototype for parse/parse_dtd was wrong. Rev: src/modules/spider/xml.c:1.18 --- src/modules/spider/xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/spider/xml.c b/src/modules/spider/xml.c index 875647e392..ce75210fdf 100644 --- a/src/modules/spider/xml.c +++ b/src/modules/spider/xml.c @@ -2833,7 +2833,7 @@ void init_xml(void) */ #define CALLBACKTYPE \ - "function(string,string,mapping,array|string,mapping(string:mixed):0=mixed)" + "function(string,string,mapping,array|string,mapping(string:mixed),mixed...:0=mixed)" #define PARSETYPE \ "function(string," CALLBACKTYPE ",mixed...:array(0))" -- GitLab