diff options
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 { |
