diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/icap/php_icap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index a38f8ece88..3602231fc9 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -688,9 +688,12 @@ icap_delete_calendar(){ } /* }}} */ +/* {{{ proto void icap_open(void) + For now this is obviously a dummy */ PHP_FUNCTION(icap_popen) { } +/* }}} */ /* {{{ proto string icap_store_event(int stream_id, object event) Store an event */ |
