diff 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
line wrap: on
line diff
--- a/src/core.h	Sat Oct 06 06:21:01 2001 +0000
+++ b/src/core.h	Mon Oct 08 01:12:02 2001 +0000
@@ -156,7 +156,9 @@
 
 /* Functions in core.c */
 extern gint UI_write(struct UI *, guchar *, int);
+extern void UI_build_write(struct UI *, guchar, guchar, ...);
 extern void UI_broadcast(guchar *data, int);
+extern void UI_build_broadcast(guchar, guchar, ...);
 /* Don't ever use these; when gaim-core is done these will be
  * merged into the core's main() and won't be called directly */
 extern int core_main();