summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index 50a340e7f..e16390147 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -308,6 +308,11 @@ struct ami_history_local_window *ami_gui_get_history_window(struct gui_window *g
void ami_gui_set_history_window(struct gui_window *gw, struct ami_history_local_window *hw);
/**
+ * Set search window in gui_window
+ */
+void ami_gui_set_find_window(struct gui_window *gw, struct find_window *fw);
+
+/**
* Get throbbing status from gui_window
*/
bool ami_gui_get_throbbing(struct gui_window *gw);