Roxen.git
/
server
/
base_server
/
module.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/module.pike:1:
-
/* $Id: module.pike,v 1.
80
2000/02/
16
07
:
09
:
55
per Exp $ */
+
/* $Id: module.pike,v 1.
81
2000/02/
17
08
:
42
:
42
per Exp $ */
#include <module_constants.h> #include <module.h> #include <request_trace.h>
-
mapping (string:
mixed *
) variables=([]);
+
mapping (string:
array
) variables=([]);
RoxenModule this = this_object(); mapping(string:array(int)) error_log=([]); constant is_module = 1; constant module_type = MODULE_ZERO; constant module_name = "Unnamed module"; constant module_doc = "Undocumented"; constant module_unique = 1; /* These functions exists in here because otherwise the messages in