summaryrefslogtreecommitdiff
path: root/ext/pcntl/php_pcntl.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-06-04 15:51:25 +0000
committerEdin Kadribasic <edink@php.net>2002-06-04 15:51:25 +0000
commit3b3ec06ee7a9c31508377a618dd2f51f40cfa512 (patch)
tree0a2127d0ef76551d5df82d87b19c40b2095ad670 /ext/pcntl/php_pcntl.h
parent4317a5c7a99641730a24b1207346d57e08394cb8 (diff)
downloadphp-git-3b3ec06ee7a9c31508377a618dd2f51f40cfa512.tar.gz
Added function pcntl_alarm().
@- Added pctnl_alarm() function. (Edin)
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r--ext/pcntl/php_pcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h
index c555cb5441..f06cbcddf2 100644
--- a/ext/pcntl/php_pcntl.h
+++ b/ext/pcntl/php_pcntl.h
@@ -39,6 +39,7 @@ PHP_RINIT_FUNCTION(pcntl);
PHP_RSHUTDOWN_FUNCTION(pcntl);
PHP_MINFO_FUNCTION(pcntl);
+PHP_FUNCTION(pcntl_alarm);
PHP_FUNCTION(pcntl_fork);
PHP_FUNCTION(pcntl_waitpid);
PHP_FUNCTION(pcntl_wifexited);