aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_event-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.h')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.h b/src/fs/gnunet-fs-gtk_event-handler.h
index 621781a6..8ec10a4a 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.h
+++ b/src/fs/gnunet-fs-gtk_event-handler.h
@@ -108,6 +108,11 @@ struct SearchTab
108 GtkTreeStore *ts; 108 GtkTreeStore *ts;
109 109
110 /** 110 /**
111 * Animation handle associated with the tree store.
112 */
113 struct GNUNET_FS_AnimationTreeViewHandle *atv;
114
115 /**
111 * Number of results we got for this search. 116 * Number of results we got for this search.
112 */ 117 */
113 unsigned int num_results; 118 unsigned int num_results;