diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fs/gnunet-fs-gtk.h b/src/fs/gnunet-fs-gtk.h index fd0c8419..295a513e 100644 --- a/src/fs/gnunet-fs-gtk.h +++ b/src/fs/gnunet-fs-gtk.h | |||
@@ -78,7 +78,7 @@ struct SearchLookup | |||
78 | */ | 78 | */ |
79 | struct PseuLookupContext | 79 | struct PseuLookupContext |
80 | { | 80 | { |
81 | 81 | ||
82 | /** | 82 | /** |
83 | * Kept in a DLL. | 83 | * Kept in a DLL. |
84 | */ | 84 | */ |
@@ -97,7 +97,7 @@ struct PseuLookupContext | |||
97 | /** | 97 | /** |
98 | * Lookup request with GNS. | 98 | * Lookup request with GNS. |
99 | */ | 99 | */ |
100 | struct GNUNET_GNS_LookupRequest *lr; | 100 | struct GNUNET_GNS_LookupRequest *lr; |
101 | 101 | ||
102 | /** | 102 | /** |
103 | * Builder for the progress dialog that is displayed. | 103 | * Builder for the progress dialog that is displayed. |
@@ -132,7 +132,7 @@ struct PseuLookupContext | |||
132 | /** | 132 | /** |
133 | * Public key of the namespace we are trying to save. | 133 | * Public key of the namespace we are trying to save. |
134 | */ | 134 | */ |
135 | struct GNUNET_CRYPTO_EccPublicSignKey pkey; | 135 | struct GNUNET_CRYPTO_EccPublicSignKey pkey; |
136 | 136 | ||
137 | /** | 137 | /** |
138 | * Nickname we're saving under. | 138 | * Nickname we're saving under. |
@@ -272,12 +272,12 @@ enum GNUNET_GTK_FS_MAIN_WINDOW_SearchNamespaceModelColumns | |||
272 | * A gpointer. | 272 | * A gpointer. |
273 | */ | 273 | */ |
274 | GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY = 1, | 274 | GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_KEY = 1, |
275 | 275 | ||
276 | /** | 276 | /** |
277 | * A gchararray. | 277 | * A gchararray. |
278 | */ | 278 | */ |
279 | GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_ROOT = 2, | 279 | GNUNET_GTK_FS_MAIN_WINDOW_SEARCH_NAMESPACE_MC_ROOT = 2, |
280 | 280 | ||
281 | /** | 281 | /** |
282 | * A gchararray. | 282 | * A gchararray. |
283 | */ | 283 | */ |
@@ -299,12 +299,12 @@ enum GNUNET_GTK_FS_MAIN_WINDOW_MetaDataModelColumns | |||
299 | * A guint. | 299 | * A guint. |
300 | */ | 300 | */ |
301 | GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_FORMAT = 1, | 301 | GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_FORMAT = 1, |
302 | 302 | ||
303 | /** | 303 | /** |
304 | * A gchararray. | 304 | * A gchararray. |
305 | */ | 305 | */ |
306 | GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_TYPE_STRING = 2, | 306 | GNUNET_GTK_FS_MAIN_WINDOW_META_DATA_MC_META_TYPE_STRING = 2, |
307 | 307 | ||
308 | /** | 308 | /** |
309 | * A gchararray. | 309 | * A gchararray. |
310 | */ | 310 | */ |