summaryrefslogtreecommitdiff
path: root/ext/icap/php_icap.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-06 17:11:42 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-06 17:11:42 +0000
commitb74a38968a581435239e1cc086b5d196d7720e8d (patch)
treef5aa5d6f8091897dd0f6a479c3fb5ca231af9888 /ext/icap/php_icap.c
parente5f4a7541db68609836abf93a0c377afe7fb1d10 (diff)
downloadphp-git-b74a38968a581435239e1cc086b5d196d7720e8d.tar.gz
proto fix (sort of)
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r--ext/icap/php_icap.c3
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 */