Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-10
2004-05-10 19:25:42 by Martin Stjernholm <mast@lysator.liu.se>
c11ef7cebd518ac01f00041cb8a84d80d59c6300 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
New name for query_properties.
Rev: server/base_server/prototypes.pike:1.117
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
116
2004/05/10 19:
13
:
06
grubba
Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
117
2004/05/10 19:
25
:
42
mast
Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
1894:
string info(object conf); string comment();
-
PropertySet|mapping(string:mixed) query_
properties
(string path, RequestID id);
+
PropertySet|mapping(string:mixed) query_
property_set
(string path, RequestID id);
string|array(SimpleNode)|mapping(string:mixed) query_property(string path, string prop_name, RequestID id); void recurse_find_properties(string path, string mode, int depth,