diff options
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r-- | ext/hyperwave/hw.c | 2 |
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) { |