diff options
| author | Evan Klinger <evan@php.net> | 1999-12-15 03:46:00 +0000 |
|---|---|---|
| committer | Evan Klinger <evan@php.net> | 1999-12-15 03:46:00 +0000 |
| commit | bc7b3fc745059c21f0e4f57e89d190c0ce7a064a (patch) | |
| tree | 1185f52e2b3222e814532b1ee512a97b3e1ee55e /ext/yp/php_yp.h | |
| parent | 795295206b8fe0af9b38982382c2711b48f43b5f (diff) | |
| download | php-git-bc7b3fc745059c21f0e4f57e89d190c0ce7a064a.tar.gz | |
Ex API
Diffstat (limited to 'ext/yp/php_yp.h')
| -rw-r--r-- | ext/yp/php_yp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yp/php_yp.h b/ext/yp/php_yp.h index 6fab95baeb..d042b7afac 100644 --- a/ext/yp/php_yp.h +++ b/ext/yp/php_yp.h @@ -49,7 +49,7 @@ PHP_FUNCTION(yp_master); PHP_FUNCTION(yp_match); PHP_FUNCTION(yp_first); PHP_FUNCTION(yp_next); -void php3_info_yp(ZEND_MODULE_INFO_FUNC_ARGS); +PHP_MINFO_FUNCTION(yp); #else |
