diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_file_publish.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index 502ddddc..bfe71873 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -82,13 +82,13 @@ struct AddDirClientContext | |||
82 | */ | 82 | */ |
83 | int keep; | 83 | int keep; |
84 | 84 | ||
85 | struct ProcessMetadataContext *pmc; | 85 | struct GNUNET_FS_ProcessMetadataContext *pmc; |
86 | 86 | ||
87 | struct MainPublishingDialogContext *ctx; | 87 | struct MainPublishingDialogContext *ctx; |
88 | struct GNUNET_FS_DirScanner *ds; | 88 | struct GNUNET_FS_DirScanner *ds; |
89 | 89 | ||
90 | struct ShareTreeItem *directory_scan_result; | 90 | struct GNUNET_FS_ShareTreeItem *directory_scan_result; |
91 | struct ShareTreeItem *directory_scan_intermediary_result; | 91 | struct GNUNET_FS_ShareTreeItem *directory_scan_intermediary_result; |
92 | 92 | ||
93 | struct GNUNET_FS_BlockOptions directory_scan_bo; | 93 | struct GNUNET_FS_BlockOptions directory_scan_bo; |
94 | int directory_scan_do_index; | 94 | int directory_scan_do_index; |
@@ -891,7 +891,7 @@ insert_progress_dialog_text (struct AddDirClientContext *adcc, | |||
891 | * without doing anything else | 891 | * without doing anything else |
892 | */ | 892 | */ |
893 | void | 893 | void |
894 | discard_item (struct ShareTreeItem *item) | 894 | discard_item (struct GNUNET_FS_ShareTreeItem *item) |
895 | { | 895 | { |
896 | GNUNET_CONTAINER_meta_data_destroy (item->meta); | 896 | GNUNET_CONTAINER_meta_data_destroy (item->meta); |
897 | GNUNET_FS_uri_destroy (item->ksk_uri); | 897 | GNUNET_FS_uri_destroy (item->ksk_uri); |
@@ -901,7 +901,7 @@ discard_item (struct ShareTreeItem *item) | |||
901 | 901 | ||
902 | void | 902 | void |
903 | add_item (struct AddDirClientContext *adcc, GtkTreeStore *ts, | 903 | add_item (struct AddDirClientContext *adcc, GtkTreeStore *ts, |
904 | struct ShareTreeItem *item, GtkTreeIter *parent, GtkTreeIter *sibling, | 904 | struct GNUNET_FS_ShareTreeItem *item, GtkTreeIter *parent, GtkTreeIter *sibling, |
905 | GtkTreeIter *item_iter) | 905 | GtkTreeIter *item_iter) |
906 | { | 906 | { |
907 | char *file_size_fancy; | 907 | char *file_size_fancy; |
@@ -966,13 +966,13 @@ struct AddShareItemsStack | |||
966 | */ | 966 | */ |
967 | void | 967 | void |
968 | add_share_items_to_treestore (struct AddDirClientContext *adcc, | 968 | add_share_items_to_treestore (struct AddDirClientContext *adcc, |
969 | struct ShareTreeItem *toplevel, int discard) | 969 | struct GNUNET_FS_ShareTreeItem *toplevel, int discard) |
970 | { | 970 | { |
971 | struct MainPublishingDialogContext *ctx = adcc->ctx; | 971 | struct MainPublishingDialogContext *ctx = adcc->ctx; |
972 | GtkTreeStore *ts = GTK_TREE_STORE (ctx->file_info_treemodel); | 972 | GtkTreeStore *ts = GTK_TREE_STORE (ctx->file_info_treemodel); |
973 | GtkTreeIter *parent_iter; | 973 | GtkTreeIter *parent_iter; |
974 | GtkTreeIter *sibling_iter; | 974 | GtkTreeIter *sibling_iter; |
975 | struct ShareTreeItem *item, *next; | 975 | struct GNUNET_FS_ShareTreeItem *item, *next; |
976 | struct AddShareItemsStack *stack; | 976 | struct AddShareItemsStack *stack; |
977 | 977 | ||
978 | if (!discard) | 978 | if (!discard) |
@@ -1124,7 +1124,7 @@ directory_trim_complete (void *cls, | |||
1124 | static int | 1124 | static int |
1125 | directory_scan_cb (void *cls, struct GNUNET_FS_DirScanner *ds, | 1125 | directory_scan_cb (void *cls, struct GNUNET_FS_DirScanner *ds, |
1126 | const char *filename, char is_directory, | 1126 | const char *filename, char is_directory, |
1127 | enum GNUNET_DirScannerProgressUpdateReason reason) | 1127 | enum GNUNET_FS_DirScannerProgressUpdateReason reason) |
1128 | { | 1128 | { |
1129 | struct AddDirClientContext *adcc = cls; | 1129 | struct AddDirClientContext *adcc = cls; |
1130 | char *s; | 1130 | char *s; |