summaryrefslogtreecommitdiff
path: root/appl/svc/httpd/parser.m
diff options
context:
space:
mode:
Diffstat (limited to 'appl/svc/httpd/parser.m')
-rw-r--r--appl/svc/httpd/parser.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/appl/svc/httpd/parser.m b/appl/svc/httpd/parser.m
index 0c1a5829..3d50237a 100644
--- a/appl/svc/httpd/parser.m
+++ b/appl/svc/httpd/parser.m
@@ -5,7 +5,6 @@ Parser: module {
PATH: con "/dis/svc/httpd/parser.dis";
init: fn();
- initarray: fn(): array of Httpd->Entity;
urlunesc: fn(s: string): string;
fail: fn(g: ref Httpd->Private_info,reason: int, message: string);
logit: fn(g: ref Httpd->Private_info, message: string );