summaryrefslogtreecommitdiff
path: root/appl/svc/httpd/parser.m
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-09-25 14:04:43 +0100
committerforsyth <forsyth@vitanuova.com>2010-09-25 14:04:43 +0100
commit35f503c642e9dd127a2b989e4e12a10691cba3d4 (patch)
treeacb0a1b5b1d3f242345b5e99d807bfd53ae99fbe /appl/svc/httpd/parser.m
parent9d79870ef4c3926878bf998c10a08c308dc3bd74 (diff)
20100925-1403
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 );