Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kliger (λgeek) <akliger@gmail.com>2017-02-27 23:08:48 +0300
committerGitHub <noreply@github.com>2017-02-27 23:08:48 +0300
commitb7f7f8c40dec2b9fc2cd6971ddbd5a77ab02c631 (patch)
tree1ddebc4acd296823399fe784c62f92e43f936f28
parentcb21cf251997fb6caecf6406a8b91ebed7af81c9 (diff)
[runtime] Mark mono_error_init external only. (#4437)
Runtime should use the error_init() from mono/utils/mono-error-internals.h
-rw-r--r--mono/utils/mono-error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mono/utils/mono-error.h b/mono/utils/mono-error.h
index fa9caa6759e..88f986c5094 100644
--- a/mono/utils/mono-error.h
+++ b/mono/utils/mono-error.h
@@ -57,6 +57,7 @@ typedef struct _MonoErrorBoxed MonoErrorBoxed;
MONO_BEGIN_DECLS
+MONO_RT_EXTERNAL_ONLY
MONO_API void
mono_error_init (MonoError *error);