Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-19
1998-02-19 19:41:42 by Fredrik Noring <noring@nocrew.org>
3e44e62a978aeb33effb82cbf21c74a02fcf6f1d (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added function declaration for Pike 0.5.
Rev: server/base_server/configuration.pike:1.96
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
95
1998/02/19
05
:
21
:
01
per
Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
96
1998/02/19
19
:
41
:
42
noring
Exp $";
#include <module.h> #include <roxen.h>
12:
inherit "roxenlib";
+
public string real_file(string file, object id);
-
+
function store = roxen->store; function retrieve = roxen->retrieve; function remove = roxen->remove;