aboutsummarylogtreecommitdiffstats
path: root/gtk_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk_win.h')
-rw-r--r--gtk_win.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk_win.h b/gtk_win.h
index 92362e375960..50025ed059f1 100644
--- a/gtk_win.h
+++ b/gtk_win.h
@@ -183,6 +183,9 @@ void on_search_entry_focus_in_event(GtkWidget* search_entry, GdkEvent* event);
void on_search_entry_activate(GtkEntry* entry);
+void on_info_peers_tree_view_row_activated(GtkTreeView* tree_view, GtkTreePath* path,
+ GtkTreeViewColumn* column);
+
void symbol_show_info(const char* symbol);
/** UTILS **/