Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-07
2005-12-07 15:00:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1f869005ec0c433aaba14250c59ee1124ddcc108 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Bugfix.
Rev: server/base_server/prototypes.pike:1.158
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
157
2005/12/07
14
:
54
:
56
grubba Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
158
2005/12/07
15
:
00
:
50
grubba Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
987:
} static string `->(string cookie) {
-
register_vary_callback("Cookie", Roxen
.
get_cookie_callback(cookie));
+
register_vary_callback("Cookie", Roxen
->
get_cookie_callback(cookie));
return jar[cookie]; } static string `[](mixed cookie)