comparison src/protocols/bonjour/dns_sd.c @ 11498:ea52fefd3602

[gaim-migrate @ 13743] Some more fixes. Or maybe just warning fixes. It compiles now. Probably doesn't work correctly. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 10 Sep 2005 21:10:39 +0000
parents 3f038da50a18
children f8a447af7494
comparison
equal deleted inserted replaced
11497:8d0a2b6c192b 11498:ea52fefd3602
87 gchar* vc = NULL; 87 gchar* vc = NULL;
88 gchar* msg = NULL; 88 gchar* msg = NULL;
89 gint address_length = 16; 89 gint address_length = 16;
90 gchar* ip = NULL; 90 gchar* ip = NULL;
91 sw_text_record_iterator iterator; 91 sw_text_record_iterator iterator;
92 sw_int8 key[SW_TEXT_RECORD_MAX_LEN]; 92 char key[SW_TEXT_RECORD_MAX_LEN];
93 sw_int8 value[SW_TEXT_RECORD_MAX_LEN]; 93 char value[SW_TEXT_RECORD_MAX_LEN];
94 sw_uint32 value_length; 94 sw_uint32 value_length;
95 95
96 sw_discovery_cancel(discovery, oid); 96 sw_discovery_cancel(discovery, oid);
97 97
98 // Get the ip as a string 98 // Get the ip as a string