comparison console/gntgaim.c @ 14198:c65ed4f6eea8

[gaim-migrate @ 16870] Do the right thing: remove the compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 19 Aug 2006 03:38:23 +0000
parents 009db0b357b5
children e7de1f6d9f35
comparison
equal deleted inserted replaced
14197:f1270dc1d9d2 14198:c65ed4f6eea8
127 (guint (*)(guint))g_source_remove, 127 (guint (*)(guint))g_source_remove,
128 gnt_input_add, 128 gnt_input_add,
129 (guint (*)(guint))g_source_remove 129 (guint (*)(guint))g_source_remove
130 }; 130 };
131 131
132 GaimEventLoopUiOps * 132 static GaimEventLoopUiOps *
133 gnt_eventloop_get_ui_ops(void) 133 gnt_eventloop_get_ui_ops(void)
134 { 134 {
135 return &eventloop_ops; 135 return &eventloop_ops;
136 } 136 }
137 137