From 493633d16f0510a811b275e433cc374053ad6466 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 29 May 2003 23:39:41 +0000 Subject: Fixed compiler warnings. --- ext/pcntl/pcntl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/pcntl/pcntl.c') diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 17a87169ab..46630d625c 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -76,6 +76,9 @@ zend_module_entry pcntl_module_entry = { #ifdef COMPILE_DL_PCNTL ZEND_GET_MODULE(pcntl) #endif + +static void pcntl_signal_handler(int); +static void pcntl_tick_handler(); void php_register_signal_constants(INIT_FUNC_ARGS) { -- cgit v1.2.1