comparison src/proxy.h @ 5944:158196b2db19

[gaim-migrate @ 6385] Added #ifdef __cplusplus lines so that things will link right with C++. Also added some doxygen comment blocks that didn't previously exist. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 23 Jun 2003 06:40:13 +0000
parents 059d95c67cda
children 5239a3b4ab33
comparison
equal deleted inserted replaced
5943:a4f2aba0848d 5944:158196b2db19
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_ */