mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
11 lines
169 B
C
11 lines
169 B
C
#include "xp.h"
|
|
|
|
int
|
|
FE_StartAsyncDNSLookup(MWContext *context,
|
|
char *host_and_port,
|
|
void **hoststruct_ptr_ret,
|
|
int socket)
|
|
{
|
|
return 0;
|
|
}
|