Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-06-28
2004-06-28 17:48:22 by Martin Stjernholm <mast@lysator.liu.se>
a5303eb3d9efba52c725bc94c8e91baaf208a5c3 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a spello.
Rev: server/base_server/prototypes.pike:1.142
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
141
2004/06/
17
14
:
38
:
50
grubba
Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
142
2004/06/
28
17:
48
:
22
mast
Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
1286:
MultiStatus get_multi_status() //! Returns a @[MultiStatus] object that will be used to produce a
-
//! 207 Multi-Status response (RFC 2518 10.2). It's only
consultet
+
//! 207 Multi-Status response (RFC 2518 10.2). It's only
consulted
//! if the result returned from @[RoxenModule.find_file] et al is an //! empty mapping. //!