comparison libpurple/win32/giowin32.c @ 24034:1568dc7a14f8

Warnings cleanup from Lee Roach. Fixes #6242.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 31 Aug 2008 18:49:23 +0000
parents 1cd99421c696
children a8cc50c2279f
comparison
equal deleted inserted replaced
24033:d1797f30960f 24034:1568dc7a14f8
50 typedef struct _GIOWin32Channel GIOWin32Channel; 50 typedef struct _GIOWin32Channel GIOWin32Channel;
51 typedef struct _GIOWin32Watch GIOWin32Watch; 51 typedef struct _GIOWin32Watch GIOWin32Watch;
52 52
53 #define BUFFER_SIZE 4096 53 #define BUFFER_SIZE 4096
54 54
55 GIOChannel *wpurple_g_io_channel_win32_new_socket (int socket);
56
55 typedef enum { 57 typedef enum {
56 G_IO_WIN32_WINDOWS_MESSAGES, /* Windows messages */ 58 G_IO_WIN32_WINDOWS_MESSAGES, /* Windows messages */
57 G_IO_WIN32_FILE_DESC, /* Unix-like file descriptors from 59 G_IO_WIN32_FILE_DESC, /* Unix-like file descriptors from
58 * _open() or _pipe(). Read with read(). 60 * _open() or _pipe(). Read with read().
59 * Have to create separate thread to read. 61 * Have to create separate thread to read.