Mercurial > pidgin
comparison src/core.c @ 3716:d7e83b4db191
[gaim-migrate @ 3849]
Warning fixes
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Wed, 16 Oct 2002 19:44:19 +0000 |
| parents | 9682c0e022c6 |
| children | b5dbc9d49939 |
comparison
equal
deleted
inserted
replaced
| 3715:764d6f1848b2 | 3716:d7e83b4db191 |
|---|---|
| 49 | 49 |
| 50 #ifdef _WIN32 | 50 #ifdef _WIN32 |
| 51 #include "win32dep.h" | 51 #include "win32dep.h" |
| 52 #endif | 52 #endif |
| 53 | 53 |
| 54 #ifndef _WIN32 | |
| 54 static gint UI_fd = -1; | 55 static gint UI_fd = -1; |
| 56 #endif | |
| 55 int gaim_session = 0; | 57 int gaim_session = 0; |
| 56 GSList *uis = NULL; | 58 GSList *uis = NULL; |
| 57 | 59 |
| 58 static guchar *UI_build(guint32 *len, guchar type, guchar subtype, va_list args) | 60 static guchar *UI_build(guint32 *len, guchar type, guchar subtype, va_list args) |
| 59 { | 61 { |
