Mercurial > pidgin
comparison src/protocols/msn/httpmethod.h @ 8298:c719f9a181d4
[gaim-migrate @ 9022]
Though it doesn't fix a thing, this is a better timer implementation for
HTTP polling.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Fri, 20 Feb 2004 21:37:45 +0000 |
| parents | ff9127038a5a |
| children | 06f57183e29f |
comparison
equal
deleted
inserted
replaced
| 8297:a6e8ef48c7a4 | 8298:c719f9a181d4 |
|---|---|
| 35 | 35 |
| 36 int timer; | 36 int timer; |
| 37 | 37 |
| 38 gboolean virgin; | 38 gboolean virgin; |
| 39 gboolean waiting_response; | 39 gboolean waiting_response; |
| 40 gboolean dirty; | |
| 40 | 41 |
| 41 GList *queue; | 42 GList *queue; |
| 42 }; | 43 }; |
| 44 | |
| 45 /** | |
| 46 * Initializes the HTTP data for a session. | |
| 47 * | |
| 48 * @param session The session. | |
| 49 */ | |
| 50 void msn_http_session_init(MsnSession *session); | |
| 51 | |
| 52 /** | |
| 53 * Uninitializes the HTTP data for a session. | |
| 54 * | |
| 55 * @param session The session. | |
| 56 */ | |
| 57 void msn_http_session_uninit(MsnSession *session); | |
| 43 | 58 |
| 44 /** | 59 /** |
| 45 * Writes data to the server using the HTTP connection method. | 60 * Writes data to the server using the HTTP connection method. |
| 46 * | 61 * |
| 47 * @param servconn The server connection. | 62 * @param servconn The server connection. |
