diff options
author | Egon Schmid <eschmid@php.net> | 2000-02-22 15:48:43 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-02-22 15:48:43 +0000 |
commit | e06c2021c96438d41dc5b408c06c46850e7af92e (patch) | |
tree | 1ba5f5d7d902bb99e20a851ddb34dee56cd916d8 /ext/dav | |
parent | 3b74bbe999131a86f2c4e947cde1aa1101385b6f (diff) | |
download | php-git-e06c2021c96438d41dc5b408c06c46850e7af92e.tar.gz |
More protos.
Diffstat (limited to 'ext/dav')
-rw-r--r-- | ext/dav/dav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dav/dav.c b/ext/dav/dav.c index e11a8e0875..5d9cb5d6bd 100644 --- a/ext/dav/dav.c +++ b/ext/dav/dav.c @@ -241,7 +241,7 @@ int phpdav_mkcol_create_handler(request_rec *r) /************************* EXTENSION FUNCTIONS *************************/ -/* {{{ proto void dav_set_mkcol_handlers(string test, string create) +/* {{{ proto void dav_set_mkcol_handlers(string test, string create) Sets the function to test whether a DAV collection exists for MKCOL */ PHP_FUNCTION(dav_set_mkcol_handlers) { |