comparison src/stun.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 e1ab173ef3b5
children 4669e7461968
comparison
equal deleted inserted replaced
11500:9fc7d0153332 11501:9563b768e8e2
62 /** 62 /**
63 * Starts a NAT discovery. It returns a struct stun_nattype if the discovery 63 * Starts a NAT discovery. It returns a struct stun_nattype if the discovery
64 * is already done. Otherwise the callback is called when the discovery is over 64 * is already done. Otherwise the callback is called when the discovery is over
65 * and NULL is returned. 65 * and NULL is returned.
66 * 66 *
67 * @param A callback 67 * @param cb A callback
68 * 68 *
69 * @return a struct stun_nattype which includes the public IP and the type 69 * @return a struct stun_nattype which includes the public IP and the type
70 * of NAT or NULL is discovery would block 70 * of NAT or NULL is discovery would block
71 */ 71 */
72 struct stun_nattype *gaim_stun_discover(StunCallback cb); 72 struct stun_nattype *gaim_stun_discover(StunCallback cb);