gaim/gaim

fix compile on slowaris
oldstatus
2005-01-25, Nathan Walp
0c005732ef62
Parents e0887577254b
Children 0df9ff80bfab
fix compile on slowaris
--- a/src/protocols/msn/httpconn.c Mon Jan 24 19:59:16 2005 -0500
+++ b/src/protocols/msn/httpconn.c Tue Jan 25 00:29:32 2005 -0500
@@ -166,7 +166,7 @@
}
static gboolean
-poll(gpointer data)
+do_poll(gpointer data)
{
MsnHttpConn *httpconn;
@@ -194,7 +194,7 @@
httpconn->inpa = gaim_input_add(httpconn->fd, GAIM_INPUT_READ,
read_cb, data);
- httpconn->timer = gaim_timeout_add(2000, poll, httpconn);
+ httpconn->timer = gaim_timeout_add(2000, do_poll, httpconn);
httpconn->waiting_response = FALSE;
msn_httpconn_process_queue(httpconn);