Roxen.git/
server/
base_server/
module.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-04-24
1999-04-24 17:55:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4cf1150eb7c1597f661b28d5f052320d77a8fe5e (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/base_server/module.pike:1.39
1:
-
/* $Id: module.pike,v 1.
38
1999/
01
/
21
23
:
31
:
24
marcus
Exp $ */
+
/* $Id: module.pike,v 1.
39
1999/
04
/
24
17
:
55
:
02
grubba
Exp $ */
#include <module.h>
306:
->register_module_doc( this_object(), variable, name, doc, translate ); }
-
// Convenience function, define an
invissible
variable, this variable
-
// will be saved, but it won't be
vissible
in the configuration interface.
+
// Convenience function, define an
invisible
variable, this variable
+
// will be saved, but it won't be
visible
in the configuration interface.
void definvisvar(string name, int value, int type, array|void misc) { defvar(name, value, "", type, "", misc, 1);