diff 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
line wrap: on
line diff
--- a/src/dnssrv.h	Sun Sep 11 02:58:03 2005 +0000
+++ b/src/dnssrv.h	Sun Sep 11 03:58:13 2005 +0000
@@ -38,7 +38,8 @@
  * @param protocol Name of the protocol (e.g. "sip")
  * @param transport Name of the transport ("tcp" or "udp")
  * @param domain Domainname to query (e.g. "blubb.com")
- * @cb A callback which will be called with the results
+ * @param cb A callback which will be called with the results
+ * @param extradata Extra data to be passed to the callback
  */
 void gaim_srv_resolve(const char *protocol, const char *transport, const char *domain, SRVCallback cb, gpointer extradata);