Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / marshal-internals.h
index 1b4ff57b84bdc01134584c0681725ed591717d8c..7316ac4a0e0566a5123ebc7905ba0768c3d05ff3 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/**
+ * \file
  * Copyright 2016 Microsoft
  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
@@ -9,6 +10,9 @@
 #include <glib.h>
 #include <mono/metadata/object-internals.h>
 
+MonoObjectHandle
+mono_marshal_xdomain_copy_value_handle (MonoObjectHandle val, MonoError *error);
+
 // On Windows platform implementation of bellow methods are hosted in separate source file
 // masrshal-windows.c or marshal-windows-*.c. On other platforms the implementation is still keept
 // in marshal.c still declared as static and in some places even inlined.