#ifndef UI_BUDDYLIST_H__
#define UI_BUDDYLIST_H__

#include <gtk/gtk.h>
#include "buddylist.h"


void gui_set_up_buddylist_treeview();
void refresh_gui_buddylist();
gboolean on_buddylist_activate (GtkWidget*, gpointer);
gboolean on_command_buddy_add (GtkMenuItem*, gpointer);
gboolean ui_buddy_remove (GtkWidget *wid, gpointer fingerprint);
gboolean buddy_selected (GtkTreeView*, GdkEventButton*);

#endif


syntax highlighted by Code2HTML, v. 0.9.1