summaryrefslogtreecommitdiff
path: root/ext/gd/php3_gd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/php3_gd.h')
-rw-r--r--ext/gd/php3_gd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/php3_gd.h b/ext/gd/php3_gd.h
index ea25c06aca..c0a9027230 100644
--- a/ext/gd/php3_gd.h
+++ b/ext/gd/php3_gd.h
@@ -47,7 +47,7 @@ extern php3_module_entry gd_module_entry;
#define phpext_gd_ptr &gd_module_entry
/* gd.c functions */
-extern void php3_info_gd(void);
+extern void php3_info_gd(ZEND_MODULE_INFO_FUNC_ARGS);
extern int php3_minit_gd(INIT_FUNC_ARGS);
extern int php3_mend_gd(SHUTDOWN_FUNC_ARGS);
extern int gdImageColorResolve(gdImagePtr, int, int, int);