comparison src/dnssrv.h @ 11501:9563b768e8e2

[gaim-migrate @ 13746] Doxygen fixes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 03:58:13 +0000
parents d3b870be8759
children 5f65a0cca87c
comparison
equal deleted inserted replaced
11500:9fc7d0153332 11501:9563b768e8e2
36 * Queries an SRV record. 36 * Queries an SRV record.
37 * 37 *
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 * @param cb A callback which will be called with the results
42 * @param extradata Extra data to be passed to the callback
42 */ 43 */
43 void gaim_srv_resolve(const char *protocol, const char *transport, const char *domain, SRVCallback cb, gpointer extradata); 44 void gaim_srv_resolve(const char *protocol, const char *transport, const char *domain, SRVCallback cb, gpointer extradata);
44 45
45 #endif /* _GAIM_DNSSRV_H */ 46 #endif /* _GAIM_DNSSRV_H */