X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=apc_signal.h;h=46d65bef4c5ca1c61976cbbaeba7dc0818d98ef9;hb=bc6d9c346cd04a50ff6df6f2fadad3c7428df68f;hp=6503cdd908a643f56043878d8a7b8c156751bdc2;hpb=022d24cac1c0c7f210ff5d4723d44b682b8fbf0e;p=php5-apc.git diff --git a/apc_signal.h b/apc_signal.h index 6503cdd..46d65be 100644 --- a/apc_signal.h +++ b/apc_signal.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | APC | +----------------------------------------------------------------------+ - | Copyright (c) 2006 The PHP Group | + | Copyright (c) 2008 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -17,7 +17,7 @@ */ -/* $Id: apc_signal.h,v 1.1 2007/12/26 22:36:06 rasmus Exp $ */ +/* $Id: apc_signal.h,v 1.1.2.2 2008/05/11 18:57:00 rasmus Exp $ */ #ifndef APC_SIGNAL_H #define APC_SIGNAL_H @@ -37,6 +37,7 @@ typedef struct apc_signal_info_t { } apc_signal_info_t; void apc_set_signals(TSRMLS_D); +void apc_shutdown_signals(); #endif