summaryrefslogtreecommitdiff
path: root/ext/standard/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/image.h')
-rw-r--r--ext/standard/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/image.h b/ext/standard/image.h
index f006ceba43..b6a7bde41e 100644
--- a/ext/standard/image.h
+++ b/ext/standard/image.h
@@ -31,6 +31,6 @@
#ifndef _IMAGE_H
#define _IMAGE_H
-extern void php3_getimagesize(INTERNAL_FUNCTION_PARAMETERS);
+PHP_FUNCTION(getimagesize);
#endif /* _IMAGE_H */