summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_helpers.h
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-05-05 22:52:21 +0200
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-05-13 20:52:41 +0100
commitedca0e2adb1eb2fcf14b8d0101769b39eecff29e (patch)
tree92efae8d15dd55967db91e636cb33e570c845e6f /ext/intl/msgformat/msgformat_helpers.h
parentc9b913b56bda2740de346ce508383d9e8a99883f (diff)
downloadphp-git-edca0e2adb1eb2fcf14b8d0101769b39eecff29e.tar.gz
Refactoring of patch for FR #61871.
Diffstat (limited to 'ext/intl/msgformat/msgformat_helpers.h')
-rwxr-xr-xext/intl/msgformat/msgformat_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_helpers.h b/ext/intl/msgformat/msgformat_helpers.h
index f5b01d7c9a..4e10471e36 100755
--- a/ext/intl/msgformat/msgformat_helpers.h
+++ b/ext/intl/msgformat/msgformat_helpers.h
@@ -18,7 +18,7 @@
#define MSG_FORMAT_HELPERS_H
int32_t umsg_format_arg_count(UMessageFormat *fmt);
-void umsg_format_helper(UMessageFormat *fmt, int arg_count, zval **args, char **arg_names,
+void umsg_format_helper(UMessageFormat *fmt, HashTable *args,
UChar **formatted, int *formatted_len, UErrorCode *status TSRMLS_DC);
void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args,
UChar *source, int source_len, UErrorCode *status);