Commit 1272ae7e authored by Martin Storsjö's avatar Martin Storsjö

10l, add new function parameters to resolve_destination for !config_network too

Originally committed as revision 24917 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cc83027c
......@@ -104,7 +104,8 @@ static void resolve_destination(char *dest_addr, int size, char *type,
freeaddrinfo(ai);
}
#else
static void resolve_destination(char *dest_addr, int size)
static void resolve_destination(char *dest_addr, int size, char *type,
int type_size)
{
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment