comparison src/eventloop.h @ 10008:50c1724d5e59

[gaim-migrate @ 10925] Lots of needless shuffling of stuff around. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 10 Sep 2004 04:43:31 +0000
parents 0f2af117d5d3
children 34bce9529cf4
comparison
equal deleted inserted replaced
10007:267a2b69e36e 10008:50c1724d5e59
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_EVENTLOOP_H_ 25 #ifndef _GAIM_EVENTLOOP_H_
26 #define _GAIM_EVENTLOOP_H_ 26 #define _GAIM_EVENTLOOP_H_
27 27
28 #include <glib.h> 28 #include "internal.h"
29 29
30 #ifdef __cplusplus 30 #ifdef __cplusplus
31 extern "C" { 31 extern "C" {
32 #endif 32 #endif
33 33