| 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_ */ |