summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index 0c7dc4b..bcb613c 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -88,6 +88,7 @@ typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS);
88#include "sp_sloppy.h" 88#include "sp_sloppy.h"
89#include "sp_wrapper.h" 89#include "sp_wrapper.h"
90#include "sp_ini.h" 90#include "sp_ini.h"
91#include "sp_ifilter.h"
91 92
92extern zend_module_entry snuffleupagus_module_entry; 93extern zend_module_entry snuffleupagus_module_entry;
93#define phpext_snuffleupagus_ptr &snuffleupagus_module_entry 94#define phpext_snuffleupagus_ptr &snuffleupagus_module_entry