comparison libpurple/dnssrv.h @ 31980:92f3d821653f

purple: Fix some compiler warnings related to new API and missing prototypes. Really just an excuse to cause everyone to need to rebuild everything.
author Paul Aurich <paul@darkrain42.org>
date Tue, 03 May 2011 05:19:14 +0000
parents 0eceb1304f53
children ad79fa168cee 0d4702446530
comparison
equal deleted inserted replaced
31979:c832d481d021 31980:92f3d821653f
112 * 112 *
113 * @since 2.8.0 113 * @since 2.8.0
114 */ 114 */
115 PurpleSrvTxtQueryData *purple_srv_resolve_account(PurpleAccount *account, const char *protocol, const char *transport, const char *domain, PurpleSrvCallback cb, gpointer extradata); 115 PurpleSrvTxtQueryData *purple_srv_resolve_account(PurpleAccount *account, const char *protocol, const char *transport, const char *domain, PurpleSrvCallback cb, gpointer extradata);
116 116
117 #ifndef PURPLE_DISABLE_DEPRECATED 117 #if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_DNSSRV_C_)
118 /** 118 /**
119 * Queries an SRV record. 119 * Queries an SRV record.
120 * 120 *
121 * @param protocol Name of the protocol (e.g. "sip") 121 * @param protocol Name of the protocol (e.g. "sip")
122 * @param transport Name of the transport ("tcp" or "udp") 122 * @param transport Name of the transport ("tcp" or "udp")
147 * 147 *
148 * @since 2.8.0 148 * @since 2.8.0
149 */ 149 */
150 PurpleSrvTxtQueryData *purple_txt_resolve_account(PurpleAccount *account, const char *owner, const char *domain, PurpleTxtCallback cb, gpointer extradata); 150 PurpleSrvTxtQueryData *purple_txt_resolve_account(PurpleAccount *account, const char *owner, const char *domain, PurpleTxtCallback cb, gpointer extradata);
151 151
152 #ifndef PURPLE_DISABLE_DEPRECATED 152 #if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_DNSSRV_C_)
153 /** 153 /**
154 * Queries an TXT record. 154 * Queries an TXT record.
155 * 155 *
156 * @param owner Name of the protocol (e.g. "_xmppconnect") 156 * @param owner Name of the protocol (e.g. "_xmppconnect")
157 * @param domain Domain name to query (e.g. "blubb.com") 157 * @param domain Domain name to query (e.g. "blubb.com")