X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-error-internals.h;h=b96cd54d2c7a8512454161d5c1da22e05b6278db;hb=0416019a35f7df989bc4be9b2613e61a6ef29ff6;hp=8e168c8e7eed21e2ecd1b248df9eca9968da006c;hpb=815e7befb3af5ef8e8519fb9541a8e6bf09214f3;p=mono.git diff --git a/mono/utils/mono-error-internals.h b/mono/utils/mono-error-internals.h index 8e168c8e7ee..b96cd54d2c7 100644 --- a/mono/utils/mono-error-internals.h +++ b/mono/utils/mono-error-internals.h @@ -23,6 +23,9 @@ typedef struct { char message [128]; } MonoErrorInternal; +void +mono_error_assert_ok (MonoError *error); + void mono_error_dup_strings (MonoError *error, gboolean dup_strings);