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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.h b/src/fs/gnunet-fs-gtk_common.h
index 38e8154c..9b13a7bd 100644
--- a/src/fs/gnunet-fs-gtk_common.h
+++ b/src/fs/gnunet-fs-gtk_common.h
@@ -134,5 +134,15 @@ GNUNET_FS_GTK_dubious_meta_to_utf8 (enum EXTRACTOR_MetaFormat format,
134char * 134char *
135GNUNET_FS_GTK_get_description_from_metadata (const struct GNUNET_CONTAINER_MetaData *meta); 135GNUNET_FS_GTK_get_description_from_metadata (const struct GNUNET_CONTAINER_MetaData *meta);
136 136
137
138/**
139 * A URI was selected (or pasted into the application). Run
140 * the appropriate action.
141 *
142 * @param uri the URI
143 */
144void
145GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri);
146
137#endif 147#endif
138/* end of gnunet-fs-gtk-common.h */ 148/* end of gnunet-fs-gtk-common.h */