Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-14
2004-05-14 18:10:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1894be35e322bf2def61d0f29c9ad57464d389d5 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added a few more Configuration prototypes.
Rev: server/base_server/prototypes.pike:1.129
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
128
2004/05/14
16
:
35
:
00
grubba Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
129
2004/05/14
18
:
10
:
55
grubba Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
375:
int(0..1) exclude_shared, RequestID id); DAVLock|LockFlag check_locks(string path, int(0..1) recursive, RequestID id); mapping(string:mixed) unlock_file(string path, DAVLock lock, RequestID id);
+
int expire_locks(RequestID id);
+
void refresh_lock(DAVLock lock);
mapping(string:mixed)|DAVLock lock_file(string path, int(0..1) recursive, string lockscope,