diff options
| author | Andrei Zmievski <andrei@php.net> | 2000-02-08 18:03:19 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2000-02-08 18:03:19 +0000 |
| commit | a7063b1aee0d8a439f0db1bf68fb56f052efd810 (patch) | |
| tree | 4a2f18cc84adf7d28e0c66bfdb246edce9a80da7 /sapi/apache/mod_php4.h | |
| parent | 0f1c2504b123150f81042517aa035a48bc555d91 (diff) | |
| download | php-git-a7063b1aee0d8a439f0db1bf68fb56f052efd810.tar.gz | |
New function notice.
Diffstat (limited to 'sapi/apache/mod_php4.h')
| -rw-r--r-- | sapi/apache/mod_php4.h | 1 |
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 |
