diff options
author | Stanislav Malyshev <stas@php.net> | 2009-12-23 21:41:05 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2009-12-23 21:41:05 +0000 |
commit | 882a89fb227915c4fd1cecb9f13850f90e80020c (patch) | |
tree | 22a8caa276e2c64615957f901685f6890445765b /ext/intl/intl_error.h | |
parent | f0c1cd512f53c787058d40f025bbbed529122309 (diff) | |
download | php-git-882a89fb227915c4fd1cecb9f13850f90e80020c.tar.gz |
cleanup some code, improve error handling
Diffstat (limited to 'ext/intl/intl_error.h')
-rwxr-xr-x | ext/intl/intl_error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/intl_error.h b/ext/intl/intl_error.h index 5c469e1fca..3adae85474 100755 --- a/ext/intl/intl_error.h +++ b/ext/intl/intl_error.h @@ -42,5 +42,6 @@ char* intl_error_get_message( intl_error* err TSRMLS_DC ); void intl_errors_reset( intl_error* err TSRMLS_DC ); void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ); void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ); +void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ); #endif // INTL_ERROR_H |