00001 /*************************************************************************** 00002 * Copyright (C) 2006-2007 by Konstantin V. Arkhipov * 00003 * * 00004 * This program is free software; you can redistribute it and/or modify * 00005 * it under the terms of the GNU Lesser General Public License as * 00006 * published by the Free Software Foundation; either version 3 of the * 00007 * License, or (at your option) any later version. * 00008 * * 00009 ***************************************************************************/ 00010 /* $Id: onphp_core.h 4687 2007-12-09 18:57:18Z voxus $ */ 00011 00012 #ifndef ONPHP_CORE_H 00013 #define ONPHP_CORE_H 00014 00015 #include "onphp.h" 00016 00017 PHP_RINIT_FUNCTION(onphp_core); 00018 PHP_MINIT_FUNCTION(onphp_core); 00019 PHP_RSHUTDOWN_FUNCTION(onphp_core); 00020 00021 #endif /* ONPHP_CORE_H */