Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-07
2005-12-07 15:09:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cc70a4528155b646b47af5d7ae837e5b50fc0d90 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Minor change.
Rev: server/base_server/prototypes.pike:1.161
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
160
2005/12/07 15:
03
:
48
grubba Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
161
2005/12/07 15:
08
:
22
grubba Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
958:
static class CookieJar { static mapping(string:string) jar = ([]);
-
static void create(string|array(string) contents)
+
static void create(string|array(string)
|void
contents)
{ if(!contents) return;