diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_common.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk_common.h | 8 |
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 | */ |
147 | void | 148 | void |
148 | GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri); | 149 | GNUNET_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 | */ |
158 | int | 161 | int |
159 | GNUNET_GTK_find_largest_namespace_rating (); | 162 | GNUNET_GTK_find_largest_namespace_rating (void); |
163 | |||
160 | 164 | ||
161 | /** | 165 | /** |
162 | * Sets largest namespace rating. | 166 | * Sets largest namespace rating. |