diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_common.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk_common.h | 10 |
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, | |||
134 | char * | 134 | char * |
135 | GNUNET_FS_GTK_get_description_from_metadata (const struct GNUNET_CONTAINER_MetaData *meta); | 135 | GNUNET_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 | */ | ||
144 | void | ||
145 | GNUNET_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 */ |