diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_common.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.h b/src/fs/gnunet-fs-gtk_common.h index 0665e8dc..615c03a4 100644 --- a/src/fs/gnunet-fs-gtk_common.h +++ b/src/fs/gnunet-fs-gtk_common.h | |||
@@ -41,7 +41,7 @@ | |||
41 | */ | 41 | */ |
42 | GdkPixbuf * | 42 | GdkPixbuf * |
43 | GNUNET_FS_GTK_get_thumbnail_from_meta_data ( | 43 | GNUNET_FS_GTK_get_thumbnail_from_meta_data ( |
44 | const struct GNUNET_CONTAINER_MetaData *meta); | 44 | const struct GNUNET_FS_MetaData *meta); |
45 | 45 | ||
46 | 46 | ||
47 | /** | 47 | /** |
@@ -115,7 +115,7 @@ GNUNET_FS_GTK_dubious_meta_to_utf8 (enum EXTRACTOR_MetaFormat format, | |||
115 | */ | 115 | */ |
116 | char * | 116 | char * |
117 | GNUNET_FS_GTK_get_description_from_metadata ( | 117 | GNUNET_FS_GTK_get_description_from_metadata ( |
118 | const struct GNUNET_CONTAINER_MetaData *meta, | 118 | const struct GNUNET_FS_MetaData *meta, |
119 | int *is_a_dup); | 119 | int *is_a_dup); |
120 | 120 | ||
121 | 121 | ||