This commit is contained in:
Rolf Bjarne Kvinge 2017-04-20 10:05:47 +02:00
Родитель 532fd7d2ee
Коммит 6988977096
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -115,7 +115,7 @@ struct AssemblyLocations {
};
void xamarin_initialize ();
void xamarin_initialize_embedded (); /* STABLE */
void xamarin_initialize_embedded (); /* Public API, must not change - this is used by the embeddinator */
void xamarin_assertion_message (const char *msg, ...) __attribute__((__noreturn__));
const char * xamarin_get_bundle_path (); /* Public API */