diff src/gtkstatusbox.h @ 11677:8004885fabbe

[gaim-migrate @ 13963] Remove some things from the public namespace by making them static committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 17 Oct 2005 05:50:30 +0000
parents 3a05b53a589e
children a8ec0a291d14
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Mon Oct 17 05:32:33 2005 +0000
+++ b/src/gtkstatusbox.h	Mon Oct 17 05:50:30 2005 +0000
@@ -30,6 +30,7 @@
 #include <gtk/gtk.h>
 #include "gtkimhtml.h"
 #include "account.h"
+#include "savedstatuses.h"
 #include <gtk/gtktreemodel.h>
 #include <gtk/gtktreeview.h>
 #if !GTK_CHECK_VERSION(2,6,0)
@@ -118,6 +119,7 @@
 void
 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box);
 
+void gtk_gaim_status_box_activate_saved_status(GaimSavedStatus *saved_status);
 
 char *gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box);