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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.h b/src/fs/gnunet-fs-gtk_event-handler.h
index 66f34b2c..c903020b 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.h
+++ b/src/fs/gnunet-fs-gtk_event-handler.h
@@ -213,7 +213,7 @@ struct SearchResult
213 /** 213 /**
214 * Meta data associated with the result. 214 * Meta data associated with the result.
215 */ 215 */
216 struct GNUNET_CONTAINER_MetaData *meta; 216 struct GNUNET_FS_MetaData *meta;
217 217
218 /** 218 /**
219 * Where in the tab is this result? 219 * Where in the tab is this result?
@@ -273,7 +273,7 @@ extern GtkTreeStore *downloads_treestore;
273 */ 273 */
274struct SearchResult * 274struct SearchResult *
275GNUNET_GTK_add_to_uri_tab (uint32_t anonymity, 275GNUNET_GTK_add_to_uri_tab (uint32_t anonymity,
276 const struct GNUNET_CONTAINER_MetaData *meta, 276 const struct GNUNET_FS_MetaData *meta,
277 const struct GNUNET_FS_Uri *uri); 277 const struct GNUNET_FS_Uri *uri);
278 278
279 279
@@ -299,7 +299,7 @@ GNUNET_GTK_add_search_result (struct SearchTab *tab,
299 uint32_t anonymity, 299 uint32_t anonymity,
300 GtkTreeRowReference *parent_rr, 300 GtkTreeRowReference *parent_rr,
301 const struct GNUNET_FS_Uri *uri, 301 const struct GNUNET_FS_Uri *uri,
302 const struct GNUNET_CONTAINER_MetaData *meta, 302 const struct GNUNET_FS_MetaData *meta,
303 struct GNUNET_FS_SearchResult *result, 303 struct GNUNET_FS_SearchResult *result,
304 uint32_t applicability_rank); 304 uint32_t applicability_rank);
305 305