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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.h b/src/fs/gnunet-fs-gtk_common.h
index 98d4c5e2..746c3fc3 100644
--- a/src/fs/gnunet-fs-gtk_common.h
+++ b/src/fs/gnunet-fs-gtk_common.h
@@ -122,5 +122,16 @@ GNUNET_FS_GTK_dubious_meta_to_utf8 (enum EXTRACTOR_MetaFormat format,
122 const char *data, size_t data_len); 122 const char *data, size_t data_len);
123 123
124 124
125
126/**
127 * Obtain the string we will use to describe a search result from
128 * the respective meta data.
129 *
130 * @param meta meta data to inspect
131 * @return description of the result in utf-8, never NULL
132 */
133char *
134GNUNET_FS_GTK_get_description_from_metadata (const struct GNUNET_CONTAINER_MetaData *meta);
135
125#endif 136#endif
126/* end of gnunet-fs-gtk-common.h */ 137/* end of gnunet-fs-gtk-common.h */