summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2003-01-12 13:18:05 +0000
committerHarald Radi <phanto@php.net>2003-01-12 13:18:05 +0000
commit2f7f1dd1b800add344c77279c2daa40272fc77d5 (patch)
tree5b7c5068ef2284b55c12c51de04fddc540094951 /Zend/zend_modules.h
parent13c2254e212b9710a7d3709c4afceb87a3365843 (diff)
downloadphp-git-2f7f1dd1b800add344c77279c2daa40272fc77d5.tar.gz
#@!$$grml*$%
Diffstat (limited to 'Zend/zend_modules.h')
-rw-r--r--Zend/zend_modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h
index b03a43153c..a6d44f543e 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -54,7 +54,7 @@ ZEND_API extern unsigned char third_arg_force_ref[];
#define MODULE_PERSISTENT 1
#define MODULE_TEMPORARY 2
-struct zend_ini_entry;
+struct _zend_ini_entry;
typedef struct _zend_module_entry zend_module_entry;
struct _zend_module_entry {
@@ -62,7 +62,7 @@ struct _zend_module_entry {
unsigned int zend_api;
unsigned char zend_debug;
unsigned char zts;
- struct zend_ini_entry *ini_entry;
+ struct _zend_ini_entry *ini_entry;
char *name;
zend_function_entry *functions;
int (*module_startup_func)(INIT_FUNC_ARGS);