src/protocols/jabber/jutil.c

changeset 3717
2fc0789e04e8
parent 3127
4213ad5b231c
child 7014
11471fae7ba0
equal deleted inserted replaced
3716:172593593072 3717:2fc0789e04e8
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

mercurial