File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,6 @@ _monodroid_gc_wait_for_bridge_processing ()
132
132
mono_gc_wait_for_bridge_processing ();
133
133
}
134
134
135
- <<<<<<< HEAD
136
- =======
137
- int
138
- _monodroid_get_android_api_level ()
139
- {
140
- return monodroidRuntime.get_android_api_level ();
141
- }
142
-
143
- >>>>>>> badc53112 (Let' s see what breaks)
144
135
void
145
136
monodroid_clear_gdb_wait ()
146
137
{
Original file line number Diff line number Diff line change 15
15
extern " C" {
16
16
int _monodroid_getifaddrs (struct _monodroid_ifaddrs **ifap);
17
17
void _monodroid_freeifaddrs (struct _monodroid_ifaddrs *ifa);
18
+ mono_bool _monodroid_get_network_interface_up_state (const char *ifname, mono_bool *is_up);
19
+ mono_bool _monodroid_get_network_interface_supports_multicast (const char *ifname, mono_bool *supports_multicast);
20
+ int _monodroid_get_dns_servers (void **dns_servers_array);
18
21
unsigned int monodroid_get_log_categories ();
19
22
int monodroid_get_system_property (const char *name, char **value);
20
23
int monodroid_embedded_assemblies_set_assemblies_prefix (const char *prefix);
You can’t perform that action at this time.
0 commit comments