about summary refs log tree commit diff stats
path: root/src/ui/window_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window_list.h')
-rw-r--r--src/ui/window_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window_list.h b/src/ui/window_list.h
index 06ae6d7e..bcb18d14 100644
--- a/src/ui/window_list.h
+++ b/src/ui/window_list.h
@@ -102,5 +102,7 @@ void win_close_reset_search_attempts(void);
 
 void wins_add_urls_ac(const ProfWin* const win, const ProfMessage* const message);
 char* wins_get_url(const char* const search_str, gboolean previous, void* context);
+void wins_add_quotes_ac(const ProfWin* const win, const char* const message);
+char* wins_get_quote(const char* const search_str, gboolean previous, void* context);
 
 #endif