diff options
Diffstat (limited to 'ext/posix/php_posix.h')
| -rw-r--r-- | ext/posix/php_posix.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h index c27b811e5..52d71bf58 100644 --- a/ext/posix/php_posix.h +++ b/ext/posix/php_posix.h @@ -17,7 +17,7 @@ */ -/* $Id: php_posix.h,v 1.18.2.1 2006/01/01 12:50:12 sniper Exp $ */ +/* $Id: php_posix.h,v 1.18.2.1.2.1 2006/06/19 02:19:13 iliaa Exp $ */ #ifndef PHP_POSIX_H #define PHP_POSIX_H @@ -110,6 +110,10 @@ PHP_FUNCTION(posix_getpwuid); PHP_FUNCTION(posix_getrlimit); #endif +#ifdef HAVE_INITGROUPS +PHP_FUNCTION(posix_initgroups); +#endif + PHP_FUNCTION(posix_get_last_error); PHP_FUNCTION(posix_strerror); |
