diff options
Diffstat (limited to 'ext/icap/php_icap.h')
-rw-r--r-- | ext/icap/php_icap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/icap/php_icap.h b/ext/icap/php_icap.h index 2370f3d270..196dbc02a1 100644 --- a/ext/icap/php_icap.h +++ b/ext/icap/php_icap.h @@ -9,7 +9,7 @@ #include "build-defs.h" #endif -extern PHP_MINIT_FUNCTION(icap); +PHP_MINIT_FUNCTION(icap); PHP_MINFO_FUNCTION(icap); /* Functions accessable to PHP */ |