summaryrefslogtreecommitdiff
path: root/ext/intl/intl_error.h
diff options
context:
space:
mode:
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