summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-06-18 16:31:52 +0000
committerEgon Schmid <eschmid@php.net>2000-06-18 16:31:52 +0000
commit6e815b76eabaddd4a8e91e2577d6a8d83f7143b4 (patch)
tree5f130b129a5ee334206742849227dd3565ea7ac5 /ext/hyperwave/hw.c
parent153ef54498188123851b49d426cfd38db031b7c5 (diff)
downloadphp-git-6e815b76eabaddd4a8e91e2577d6a8d83f7143b4.tar.gz
Some protos fixed.
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r--ext/hyperwave/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index f1af66a918..ed51e52c04 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -904,7 +904,7 @@ PHP_FUNCTION(hw_connect)
}
/* }}} */
-/* {{{ proto int hw_pconnect(string host, int port [string username [, string password]])
+/* {{{ proto int hw_pconnect(string host, int port [, string username [, string password]])
Connect to the Hyperwave server persistent */
PHP_FUNCTION(hw_pconnect)
{