Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-07
2008-05-07 15:19:49 by Martin Stjernholm <mast@lysator.liu.se>
4fb7677c17f06c1edf0502a8f7c78f4af69c0160 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Updated some prototypes to fit reality.
Rev: server/base_server/prototypes.pike:1.214
5:
#include <config.h> #include <module.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
213
2008/05/07
10
:
51
:
29
mast Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
214
2008/05/07
15
:
19
:
49
mast Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
134:
int last_checked; int type, multiple_copies;
-
int|
string locked;
+
array(
string
)
locked;
mapping(Configuration:int) config_locked; string get_name();
427:
int|void nosave ); void call_start_callbacks( RoxenModule me, ModuleInfo moduleinfo,
-
ModuleCopies module );
+
ModuleCopies module
,
+
void|int newly_added
);
void call_low_start_callbacks( RoxenModule me, ModuleInfo moduleinfo, ModuleCopies module );