diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-common.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-common.h b/src/fs/gnunet-fs-gtk-common.h index 1c9b0392..3d7f9f7b 100644 --- a/src/fs/gnunet-fs-gtk-common.h +++ b/src/fs/gnunet-fs-gtk-common.h | |||
@@ -42,7 +42,6 @@ GNUNET_FS_GTK_get_thumbnail_from_meta_data (const struct | |||
42 | GNUNET_CONTAINER_MetaData *meta); | 42 | GNUNET_CONTAINER_MetaData *meta); |
43 | 43 | ||
44 | 44 | ||
45 | |||
46 | /** | 45 | /** |
47 | * Initialize the 'expiration_year_adjustment' of the given | 46 | * Initialize the 'expiration_year_adjustment' of the given |
48 | * builder to have a lower range of current-year+1 and a | 47 | * builder to have a lower range of current-year+1 and a |
@@ -104,6 +103,7 @@ GNUNET_FS_GTK_add_meta_data_to_list_store (void *cls, const char *plugin_name, | |||
104 | const char *data_mime_type, | 103 | const char *data_mime_type, |
105 | const char *data, size_t data_len); | 104 | const char *data, size_t data_len); |
106 | 105 | ||
106 | |||
107 | /** | 107 | /** |
108 | * Converts metadata specified by @data of size @data_len | 108 | * Converts metadata specified by @data of size @data_len |
109 | * and saved in format @format to UTF-8 encoded string. | 109 | * and saved in format @format to UTF-8 encoded string. |