diff options
author | Xinchen Hui <laruence@php.net> | 2014-06-28 00:02:50 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-06-28 00:02:50 +0800 |
commit | 4fbaddb4f8b041769bea7efdd12313641387bd14 (patch) | |
tree | 7e3a8f8fd232dd52e0a666ef5b9e9b27734ddde1 /ext/intl/msgformat/msgformat_helpers.h | |
parent | f609d8c1c677d03d9ae380480ae72383c5a98106 (diff) | |
download | php-git-4fbaddb4f8b041769bea7efdd12313641387bd14.tar.gz |
Refactoring ext/intl (incompleted)
Diffstat (limited to 'ext/intl/msgformat/msgformat_helpers.h')
-rw-r--r-- | ext/intl/msgformat/msgformat_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_helpers.h b/ext/intl/msgformat/msgformat_helpers.h index e6eda087d2..f88fd4f06b 100644 --- a/ext/intl/msgformat/msgformat_helpers.h +++ b/ext/intl/msgformat/msgformat_helpers.h @@ -20,6 +20,6 @@ int32_t umsg_format_arg_count(UMessageFormat *fmt); void umsg_format_helper(MessageFormatter_object *mfo, HashTable *args, UChar **formatted, int *formatted_len TSRMLS_DC); -void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, +void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int source_len, UErrorCode *status); #endif // MSG_FORMAT_HELPERS_H |