# HG changeset patch # User mstorsjo # Date 1282740680 0 # Node ID cb173cbeaa96650f8fe757c7ffbcf27a93a34e72 # Parent 189ff77baaf3a79f47ff0b15d6231d2ff540b200 10l, add new function parameters to resolve_destination for !config_network too diff -r 189ff77baaf3 -r cb173cbeaa96 sdp.c --- a/sdp.c Wed Aug 25 12:34:42 2010 +0000 +++ b/sdp.c Wed Aug 25 12:51:20 2010 +0000 @@ -104,7 +104,8 @@ 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