summaryrefslogtreecommitdiff
path: root/ext/standard/pack.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-05-16 11:19:26 +0000
committerSascha Schumann <sas@php.net>1999-05-16 11:19:26 +0000
commit39691bed9e9ce9480b2ee80edd275dca67ec840f (patch)
tree1157b0b5da25c06762da69493874e66e308e4c9c /ext/standard/pack.h
parent5a4c63db531a762e2a2de025b0583293b1e7c679 (diff)
downloadphp-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz
conv_proto *.[ch]
Diffstat (limited to 'ext/standard/pack.h')
-rw-r--r--ext/standard/pack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/pack.h b/ext/standard/pack.h
index 6cc65f3a35..38a50a40a4 100644
--- a/ext/standard/pack.h
+++ b/ext/standard/pack.h
@@ -36,8 +36,8 @@ extern php3_module_entry pack_module_entry;
#define pack_module_ptr &pack_module_entry
extern int php3_minit_pack(INIT_FUNC_ARGS);
-extern void php3_pack(INTERNAL_FUNCTION_PARAMETERS);
-extern void php3_unpack(INTERNAL_FUNCTION_PARAMETERS);
+PHP_FUNCTION(pack);
+PHP_FUNCTION(unpack);
#define phpext_pack_ptr pack_module_ptr