diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-09-25 14:04:43 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-09-25 14:04:43 +0100 |
| commit | 35f503c642e9dd127a2b989e4e12a10691cba3d4 (patch) | |
| tree | acb0a1b5b1d3f242345b5e99d807bfd53ae99fbe /appl/svc/httpd/httpd.m | |
| parent | 9d79870ef4c3926878bf998c10a08c308dc3bd74 (diff) | |
20100925-1403
Diffstat (limited to 'appl/svc/httpd/httpd.m')
| -rw-r--r-- | appl/svc/httpd/httpd.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/appl/svc/httpd/httpd.m b/appl/svc/httpd/httpd.m index e96008e9..7d4c0dcf 100644 --- a/appl/svc/httpd/httpd.m +++ b/appl/svc/httpd/httpd.m @@ -1,8 +1,4 @@ Httpd: module { - Entity: adt{ - name : string; - value : int; - }; Internal, TempFail, Unimp, UnkVers, BadCont, BadReq, Syntax, BadSearch, NotFound, NoSearch , OnlySearch, Unauth, OK : con iota; @@ -35,7 +31,6 @@ Httpd: module { wordval : string; tok,parse_eof : int; mydomain,client : string; - entity: array of Entity; oklang : list of ref Contents->Content; }; Request: adt { |
