summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-08 18:03:19 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-08 18:03:19 +0000
commita7063b1aee0d8a439f0db1bf68fb56f052efd810 (patch)
tree4a2f18cc84adf7d28e0c66bfdb246edce9a80da7 /sapi/apache/mod_php4.h
parent0f1c2504b123150f81042517aa035a48bc555d91 (diff)
downloadphp-git-a7063b1aee0d8a439f0db1bf68fb56f052efd810.tar.gz
New function notice.
Diffstat (limited to 'sapi/apache/mod_php4.h')
-rw-r--r--sapi/apache/mod_php4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache/mod_php4.h b/sapi/apache/mod_php4.h
index f2c00806fc..55d1b27eb7 100644
--- a/sapi/apache/mod_php4.h
+++ b/sapi/apache/mod_php4.h
@@ -33,6 +33,7 @@ typedef struct {
long xbithack;
} php_apache_info_struct;
+extern zend_module_entry apache_module_entry;
extern php_apache_info_struct php_apache_info;
#if MSVC5