summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-02-22 15:48:43 +0000
committerEgon Schmid <eschmid@php.net>2000-02-22 15:48:43 +0000
commite06c2021c96438d41dc5b408c06c46850e7af92e (patch)
tree1ba5f5d7d902bb99e20a851ddb34dee56cd916d8 /ext/hyperwave/hw.c
parent3b74bbe999131a86f2c4e947cde1aa1101385b6f (diff)
downloadphp-git-e06c2021c96438d41dc5b408c06c46850e7af92e.tar.gz
More protos.
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 2ba3861579..34fd2c4001 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -1252,7 +1252,7 @@ php_printf("%s\n", ptr);
/* }}} */
/* {{{ proto string hw_dummy(int link, int id, int msgid)
- ??? */
+ Hyperwave dummy function */
PHP_FUNCTION(hw_dummy) {
pval **arg1, **arg2, **arg3;
int link, id, type, msgid;