Mercurial > pidgin
comparison src/core.h @ 2447:6bdeb91abe4e
[gaim-migrate @ 2460]
i hope this works
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 08 Oct 2001 01:12:02 +0000 |
| parents | 7f2432a87376 |
| children | 227cc42ffa6e |
comparison
equal
deleted
inserted
replaced
| 2446:f9cad82d321b | 2447:6bdeb91abe4e |
|---|---|
| 154 extern void toc_build_config(struct gaim_connection *, char *, int len, gboolean); | 154 extern void toc_build_config(struct gaim_connection *, char *, int len, gboolean); |
| 155 extern void parse_toc_buddy_list(struct gaim_connection *, char *, int); | 155 extern void parse_toc_buddy_list(struct gaim_connection *, char *, int); |
| 156 | 156 |
| 157 /* Functions in core.c */ | 157 /* Functions in core.c */ |
| 158 extern gint UI_write(struct UI *, guchar *, int); | 158 extern gint UI_write(struct UI *, guchar *, int); |
| 159 extern void UI_build_write(struct UI *, guchar, guchar, ...); | |
| 159 extern void UI_broadcast(guchar *data, int); | 160 extern void UI_broadcast(guchar *data, int); |
| 161 extern void UI_build_broadcast(guchar, guchar, ...); | |
| 160 /* Don't ever use these; when gaim-core is done these will be | 162 /* Don't ever use these; when gaim-core is done these will be |
| 161 * merged into the core's main() and won't be called directly */ | 163 * merged into the core's main() and won't be called directly */ |
| 162 extern int core_main(); | 164 extern int core_main(); |
| 163 extern void core_quit(); | 165 extern void core_quit(); |
| 164 | 166 |
