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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/window_list.h b/src/ui/window_list.h
index bec59721..6547354d 100644
--- a/src/ui/window_list.h
+++ b/src/ui/window_list.h
@@ -98,4 +98,7 @@ void win_reset_search_attempts(void);
 char* win_close_autocomplete(const char *const search_str, gboolean previous, void *context);
 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);
+
 #endif