Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-04-09
2002-04-09 11:28:25 by Marcus Wellhardh <wellhard@roxen.com>
7902be0a83b5b427bf3c8dfa8d914d8461b03a14 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Added nosave argument to Configuration::enable_module.
Rev: server/base_server/prototypes.pike:1.49
5:
#include <config.h> #include <module.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
48
2002/
02
/
06
17
:
04
:
52
mast
Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
49
2002/
04
/
09
11
:
28
:
25
wellhard
Exp $";
class Variable {
247:
RoxenModule reload_module( string modname ); RoxenModule enable_module( string modname, RoxenModule|void me, ModuleInfo|void moduleinfo,
-
int|void nostart );
+
int|void nostart
,
+
int|void nosave
);
void call_start_callbacks( RoxenModule me, ModuleInfo moduleinfo, ModuleCopies module );