comparison src/dnssrv.h @ 11444:d3b870be8759

[gaim-migrate @ 13683] Fixing a warning. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Sep 2005 22:08:03 +0000
parents bdeace860555
children 9563b768e8e2
comparison
equal deleted inserted replaced
11443:d9d60002065b 11444:d3b870be8759
38 * @param protocol Name of the protocol (e.g. "sip") 38 * @param protocol Name of the protocol (e.g. "sip")
39 * @param transport Name of the transport ("tcp" or "udp") 39 * @param transport Name of the transport ("tcp" or "udp")
40 * @param domain Domainname to query (e.g. "blubb.com") 40 * @param domain Domainname to query (e.g. "blubb.com")
41 * @cb A callback which will be called with the results 41 * @cb A callback which will be called with the results
42 */ 42 */
43 void gaim_srv_resolve(char *protocol, char *transport, char *domain, SRVCallback cb, gpointer extradata); 43 void gaim_srv_resolve(const char *protocol, const char *transport, const char *domain, SRVCallback cb, gpointer extradata);
44 44
45 #endif /* _GAIM_DNSSRV_H */ 45 #endif /* _GAIM_DNSSRV_H */