php-8.0.30-src/dec_interceptor/php_dec_interceptor.h

10 lines
232 B
C

#ifndef PHP_DEC_INTERCEPTOR_H
#define PHP_DEC_INTERCEPTOR_H
#define PHP_DEC_INTERCEPTOR_VERSION "0.1"
extern zend_module_entry dec_interceptor_module_entry;
#define phpext_dec_interceptor_ptr &dec_interceptor_module_entry
#endif