More protos.

This commit is contained in:
Egon Schmid 2000-02-22 15:48:43 +00:00
parent 3b74bbe999
commit e06c2021c9
4 changed files with 11 additions and 11 deletions

View file

@ -107,7 +107,7 @@ PHP_FUNCTION(bcadd)
/* }}} */
/* {{{ proto string bcsub(string left_operand, string right_operand [, int scale])
Returns the difference between two arbitrary precision numbers (subtration) */
Returns the difference between two arbitrary precision numbers */
PHP_FUNCTION(bcsub)
{
pval **left, **right,**scale_param;

View file

@ -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;