aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_common.h')
-rw-r--r--src/fs/gnunet-fs-gtk_common.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.h b/src/fs/gnunet-fs-gtk_common.h
index 30766956..1bf4c258 100644
--- a/src/fs/gnunet-fs-gtk_common.h
+++ b/src/fs/gnunet-fs-gtk_common.h
@@ -143,9 +143,12 @@ GNUNET_FS_GTK_get_description_from_metadata (
143 * the appropriate action. 143 * the appropriate action.
144 * 144 *
145 * @param uri the URI 145 * @param uri the URI
146 * @param anonymity_level anonymity level to use
146 */ 147 */
147void 148void
148GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri); 149GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri,
150 guint anonymity_level);
151
149 152
150/** 153/**
151 * Finds largest namespace rating. 154 * Finds largest namespace rating.
@@ -156,7 +159,8 @@ GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri);
156 * that no namespaces are known. 159 * that no namespaces are known.
157 */ 160 */
158int 161int
159GNUNET_GTK_find_largest_namespace_rating (); 162GNUNET_GTK_find_largest_namespace_rating (void);
163
160 164
161/** 165/**
162 * Sets largest namespace rating. 166 * Sets largest namespace rating.