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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.h b/src/fs/gnunet-fs-gtk_common.h
index 9b13a7bd..b5048d7c 100644
--- a/src/fs/gnunet-fs-gtk_common.h
+++ b/src/fs/gnunet-fs-gtk_common.h
@@ -129,10 +129,13 @@ GNUNET_FS_GTK_dubious_meta_to_utf8 (enum EXTRACTOR_MetaFormat format,
129 * the respective meta data. 129 * the respective meta data.
130 * 130 *
131 * @param meta meta data to inspect 131 * @param meta meta data to inspect
132 * @param is_a_dup is set to GNUNET_YES if the result is a dup, and there was
133 * no description to be found. GNUNET_NO otherwise.
132 * @return description of the result in utf-8, never NULL 134 * @return description of the result in utf-8, never NULL
133 */ 135 */
134char * 136char *
135GNUNET_FS_GTK_get_description_from_metadata (const struct GNUNET_CONTAINER_MetaData *meta); 137GNUNET_FS_GTK_get_description_from_metadata (
138 const struct GNUNET_CONTAINER_MetaData *meta, int *is_a_dup);
136 139
137 140
138/** 141/**