summaryrefslogtreecommitdiff
path: root/ext/intl/intl_error.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2009-12-23 21:41:05 +0000
committerStanislav Malyshev <stas@php.net>2009-12-23 21:41:05 +0000
commit882a89fb227915c4fd1cecb9f13850f90e80020c (patch)
tree22a8caa276e2c64615957f901685f6890445765b /ext/intl/intl_error.h
parentf0c1cd512f53c787058d40f025bbbed529122309 (diff)
downloadphp-git-882a89fb227915c4fd1cecb9f13850f90e80020c.tar.gz
cleanup some code, improve error handling
Diffstat (limited to 'ext/intl/intl_error.h')
-rwxr-xr-xext/intl/intl_error.h1
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