Roxen.git/
server/
base_server/
module.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-10-13
2006-10-13 18:20:38 by Martin Stjernholm <mast@lysator.liu.se>
4ea865b49aa6dfd0947923356087025a5a705ee7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Updated start() prototype with extra arg.
Rev: server/base_server/module.pike:1.227
1:
// This file is part of Roxen WebServer. // Copyright © 1996 - 2004, Roxen IS.
-
// $Id: module.pike,v 1.
226
2006/10/13 18:
02
:
43
mast Exp $
+
// $Id: module.pike,v 1.
227
2006/10/13 18:
20
:
38
mast Exp $
#include <module_constants.h> #include <module.h>
173:
void free_some_sockets_please(){}
-
void start(int variable_save, Configuration conf) {}
+
void start(int variable_save, Configuration conf
, void|int newly_added
) {}
string status() {}