Files
WrenchBoradWeb/wrenchboard/src/include/php_wrenchboard_api.h
T
2020-07-31 04:58:02 -04:00

20 lines
538 B
C

#ifndef PHP_WRENCHBOARD_API_OAMEYE_H
#define PHP_WRENCHBOARD_API_OAMEYE_H
#define PHP_WRENCHBOARD_API_OAMEYE_EXTNAME "wrenchboard_api_oameye"
#define PHP_WRENCHBOARD_API_OAMEYE_EXTVER "0.1"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
extern "C" {
#include "php.h"
}
extern zend_module_entry wrenchboard_api_oameye_module_entry;
#define wrenchboard_api_oameye_module_ptr &wrenchboard_api_oameye_module_entry
#define phpext_wrenchboard_api_oameye_ptr wrenchboard_api_oameye_module_ptr
#endif /* PHP_WRENCHBOARD_API_OAMEYE_H */