Merge pull request #2720 from mono/fix-39325
[mono.git] / mono / metadata / seq-points-data.h
index 280a148caac3ccb8004f7fe1863d22a0ff9b2395..afd19549824a4461ac9241fda71ede99d159b97b 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright 2015 Xamarin Inc
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
  
 #ifndef __MONO_SEQ_POINTS_DATA_H__
@@ -111,7 +112,7 @@ mono_seq_point_data_add (SeqPointData *data, guint32 methodToken, guint32 method
 gboolean
 mono_seq_point_data_get (SeqPointData *data, guint32 methodToken, guint32 methodIndex, MonoSeqPointInfo** info);
 
-MONO_API gboolean
+gboolean
 mono_seq_point_data_get_il_offset (char *path, guint32 methodToken, guint32 methodIndex, guint32 native_offset, guint32 *il_offset);
 
 #endif /* __MONO_SEQ_POINTS_DATA_H__ */