1998-09-15
1998-09-15 22:35:10 by Peter J. Holzer <hjp@wsr.ac.at>
-
746c3b6fa1ae380b7fee3494ade544b42c7869fb
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 5.2
Applied another language module patch by Peter J. Holzer <hjp@wsr.ac.at>.
Rev: server/protocols/http.pike:1.116
6: Inside #if defined(MAGIC_ERROR)
#ifdef MAGIC_ERROR
inherit "highlight_pike";
#endif
- constant cvs_version = "$Id: http.pike,v 1.115 1998/08/25 22:50:49 grubba Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.116 1998/09/15 22:35:10 grubba Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
1321:
c->query = query;
c->not_query = not_query;
c->data = data;
+ c->extra_extension = extra_extension;
c->auth = auth;
c->realauth = realauth;