comparison src/protocols/jabber/jutil.c @ 3717:988485669631

[gaim-migrate @ 3850] Warning fixes and WIN32 ifdef removals committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 16 Oct 2002 19:57:03 +0000
parents 4e7cefc55971
children 67c4e9d39242
comparison
equal deleted inserted replaced
3716:d7e83b4db191 3717:988485669631
39 * 39 *
40 * --------------------------------------------------------------------------*/ 40 * --------------------------------------------------------------------------*/
41 41
42 #include "lib.h" 42 #include "lib.h"
43 43
44 #ifdef _WIN32
45 #include "win32dep.h"
46 #endif
47
44 /* util for making presence packets */ 48 /* util for making presence packets */
45 xmlnode jutil_presnew(int type, char *to, char *status) 49 xmlnode jutil_presnew(int type, char *to, char *status)
46 { 50 {
47 xmlnode pres; 51 xmlnode pres;
48 52