#ifndef PHP_WRENCHBOARD_API_H #define PHP_WRENCHBOARD_API_H #define PHP_WRENCHBOARD_API_EXTNAME "wrenchboard_api" #define PHP_WRENCHBOARD_API_EXTVER "0.1" #ifdef HAVE_CONFIG_H #include "config.h" #endif extern "C" { #include "php.h" } extern zend_module_entry wrenchboard_api_module_entry; #define wrenchboard_api_module_ptr &wrenchboard_api_module_entry #define phpext_wrenchboard_api_ptr wrenchboard_api_module_ptr #endif /* PHP_WRENCHBOARD_API_H */