diff options
Diffstat (limited to 'ext/standard/pack.h')
-rw-r--r-- | ext/standard/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/pack.h b/ext/standard/pack.h index 76f4375c8f..681331619d 100644 --- a/ext/standard/pack.h +++ b/ext/standard/pack.h @@ -21,7 +21,7 @@ #ifndef PACK_H #define PACK_H -extern PHP_MINIT_FUNCTION(pack); +PHP_MINIT_FUNCTION(pack); PHP_FUNCTION(pack); PHP_FUNCTION(unpack); |