cleanup some code, improve error handling

This commit is contained in:
Stanislav Malyshev 2009-12-23 21:41:05 +00:00
parent f0c1cd512f
commit 882a89fb22
10 changed files with 74 additions and 41 deletions

View file

@ -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