diff src/gtkblist.h @ 5906:390d32a6b130

[gaim-migrate @ 6338] auto-join for chats in the buddy list. Yes, the interface sucks. I suck at making interfaces. I'm sure someone more talented will make it pretty, or maybe even HIG-y. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 16 Jun 2003 05:14:05 +0000
parents 059d95c67cda
children 1b56a833d665
line wrap: on
line diff
--- a/src/gtkblist.h	Mon Jun 16 04:15:35 2003 +0000
+++ b/src/gtkblist.h	Mon Jun 16 05:14:05 2003 +0000
@@ -5,7 +5,7 @@
  * gaim
  *
  * Copyright (C) 2002-2003, Sean Egan <sean.egan@binghamton.edu>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -82,6 +82,12 @@
 /**************************************************************************
  * @name GTK+ Buddy List API
  **************************************************************************/
+
+/**
+ * Initializes the GTK+ blist system.
+ */
+void gaim_gtk_blist_init(void);
+
 /**
  * Returns the UI operations structure for the buddy list.
  *