comparison mcabber/libjabber/xstream.c @ 235:f7f07794d2df

[/trunk] Changeset 248 by mikael * Try to kill some warnings
author mikael
date Fri, 10 Jun 2005 18:42:38 +0000
parents bf3d6e241714
children c3ae9251c197
comparison
equal deleted inserted replaced
234:16793da74564 235:f7f07794d2df
15 * 15 *
16 * Jabber 16 * Jabber
17 * Copyright (C) 1998-1999 The Jabber Team http://jabber.org/ 17 * Copyright (C) 1998-1999 The Jabber Team http://jabber.org/
18 */ 18 */
19 19
20 #include <time.h>
20 #include <libxode.h> 21 #include <libxode.h>
21 22
22 /* xstream is a way to have a consistent method of handling incoming XML Stream based events... it doesn't handle the generation of an XML Stream, but provides some facilities to help do that */ 23 /* xstream is a way to have a consistent method of handling incoming XML Stream based events... it doesn't handle the generation of an XML Stream, but provides some facilities to help do that */
23 24
24 /******* internal expat callbacks *********/ 25 /******* internal expat callbacks *********/