aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/fs.h')
-rw-r--r--src/plugins/fs/fs.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/plugins/fs/fs.h b/src/plugins/fs/fs.h
index 14b691e0..1c2a16a0 100644
--- a/src/plugins/fs/fs.h
+++ b/src/plugins/fs/fs.h
@@ -197,7 +197,7 @@ typedef struct SL
197 /** 197 /**
198 * URI for this search. 198 * URI for this search.
199 */ 199 */
200 struct ECRS_URI *uri; 200 struct GNUNET_ECRS_URI *uri;
201 201
202 /** 202 /**
203 * String describing the search. 203 * String describing the search.
@@ -207,7 +207,7 @@ typedef struct SL
207 /** 207 /**
208 * FSUI search handle. 208 * FSUI search handle.
209 */ 209 */
210 struct FSUI_SearchList *fsui_list; 210 struct GNUNET_FSUI_SearchList *fsui_list;
211 211
212 /** 212 /**
213 * Number of results received so far. 213 * Number of results received so far.
@@ -234,7 +234,7 @@ typedef struct DL
234 /** 234 /**
235 * URI of the download. 235 * URI of the download.
236 */ 236 */
237 struct ECRS_URI *uri; 237 struct GNUNET_ECRS_URI *uri;
238 238
239 /** 239 /**
240 * Where is the download being saved to? 240 * Where is the download being saved to?
@@ -263,7 +263,7 @@ typedef struct DL
263 /** 263 /**
264 * FSUI reference for the download. 264 * FSUI reference for the download.
265 */ 265 */
266 struct FSUI_DownloadList *fsui_list; 266 struct GNUNET_FSUI_DownloadList *fsui_list;
267 267
268 /** 268 /**
269 * Total size of the download. 269 * Total size of the download.
@@ -293,12 +293,12 @@ typedef struct UL
293 */ 293 */
294 GtkTreeRowReference *summaryViewRowReference; 294 GtkTreeRowReference *summaryViewRowReference;
295 295
296 struct FSUI_UploadList *fsui_list; 296 struct GNUNET_FSUI_UploadList *fsui_list;
297 297
298 /** 298 /**
299 * Set to final URI upon successful completion. 299 * Set to final URI upon successful completion.
300 */ 300 */
301 struct ECRS_URI *uri; 301 struct GNUNET_ECRS_URI *uri;
302 302
303 /** 303 /**
304 * Total size of the upload. 304 * Total size of the upload.
@@ -311,11 +311,11 @@ typedef struct UL
311 311
312} UploadList; 312} UploadList;
313 313
314extern struct FSUI_Context *ctx; 314extern struct GNUNET_FSUI_Context *ctx;
315 315
316extern struct GE_Context *ectx; 316extern struct GNUNET_GEContext *ectx;
317 317
318extern struct GC_Configuration *cfg; 318extern struct GNUNET_GC_Configuration *cfg;
319 319
320extern SearchList *search_head; 320extern SearchList *search_head;
321 321
@@ -329,7 +329,7 @@ extern GtkTreeStore *download_summary;
329 329
330extern GtkTreeStore *upload_summary; 330extern GtkTreeStore *upload_summary;
331 331
332const char *getColorCode (enum URITRACK_STATE state); 332const char *getColorCode (enum GNUNET_URITRACK_STATE state);
333 333
334 334
335#endif 335#endif