diff options
Diffstat (limited to 'ext/standard/php3_iptc.h')
| -rw-r--r-- | ext/standard/php3_iptc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php3_iptc.h b/ext/standard/php3_iptc.h index 4166fbd4ff..3a18915537 100644 --- a/ext/standard/php3_iptc.h +++ b/ext/standard/php3_iptc.h @@ -33,6 +33,6 @@ #ifndef _PHPIPTC_H #define _PHPIPTC_H -extern void php3_iptcparse(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(iptcparse); #endif /* _PHPIPTC_H */ |
