src/proxy.h

changeset 5944
f19df037ac58
parent 5872
754c63f29b77
child 6063
8fbafa2e1846
equal deleted inserted replaced
5943:8a052155157a 5944:f19df037ac58
66 typedef void (*GaimInputFunction)(gpointer, gint, GaimInputCondition); 66 typedef void (*GaimInputFunction)(gpointer, gint, GaimInputCondition);
67 67
68 68
69 #include "account.h" 69 #include "account.h"
70 70
71 #ifdef __cplusplus
72 extern "C" {
73 #endif
74
71 /**************************************************************************/ 75 /**************************************************************************/
72 /** @name Proxy structure API */ 76 /** @name Proxy structure API */
73 /**************************************************************************/ 77 /**************************************************************************/
74 /*@{*/ 78 /*@{*/
75 79
247 int gaim_proxy_connect(GaimAccount *account, const char *host, int port, 251 int gaim_proxy_connect(GaimAccount *account, const char *host, int port,
248 GaimInputFunction func, gpointer data); 252 GaimInputFunction func, gpointer data);
249 253
250 /*@}*/ 254 /*@}*/
251 255
256 #ifdef __cplusplus
257 }
258 #endif
259
252 #endif /* _GAIM_PROXY_H_ */ 260 #endif /* _GAIM_PROXY_H_ */

mercurial