diff src/gtksavedstatuses.h @ 10421:ee56a3e54fbd

[gaim-migrate @ 11672] Swap the order of status_window and status_editor code in gtksavedstatuses. This way we avoid 2 forward function declarations for static functions. I also added gaim_gtk_status_editor_show() to gtksavedstatus.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 05:34:49 +0000
parents bed2c96bc1fb
children 6feef0a9098a
line wrap: on
line diff
--- a/src/gtksavedstatuses.h	Sun Dec 26 05:23:51 2004 +0000
+++ b/src/gtksavedstatuses.h	Sun Dec 26 05:34:49 2004 +0000
@@ -25,6 +25,7 @@
 #ifndef _GAIM_GTKSAVEDSTATUSES_H_
 #define _GAIM_GTKSAVEDSTATUSES_H_
 
+#include "savedstatuses.h"
 #include "status.h"
 
 /**
@@ -38,6 +39,11 @@
 void gaim_gtk_status_window_hide(void);
 
 /**
+ * Shows a status editor (used for editing a single saved status).
+ */
+void gaim_gtk_status_editor_show(GaimSavedStatus *status);
+
+/**
  * Returns the gtkstatus handle.
  *
  * @return The handle to the GTK+ status system.