aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-gns-edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-gns-edit.h')
-rw-r--r--src/setup/gnunet-setup-gns-edit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup-gns-edit.h b/src/setup/gnunet-setup-gns-edit.h
index c6fc1fad..97403d34 100644
--- a/src/setup/gnunet-setup-gns-edit.h
+++ b/src/setup/gnunet-setup-gns-edit.h
@@ -64,6 +64,16 @@ struct EditDialogContext
64{ 64{
65 65
66 /** 66 /**
67 * If a record move operation is desired, we keep these in a DLL.
68 */
69 struct EditDialogContext *next;
70
71 /**
72 * If a record move operation is desired, we keep these in a DLL.
73 */
74 struct EditDialogContext *prev;
75
76 /**
67 * Where in the tree view are we editing? 77 * Where in the tree view are we editing?
68 */ 78 */
69 GtkTreeIter it; 79 GtkTreeIter it;