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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup-gns-edit.h b/src/setup/gnunet-setup-gns-edit.h
index d2f3598f..25ac2551 100644
--- a/src/setup/gnunet-setup-gns-edit.h
+++ b/src/setup/gnunet-setup-gns-edit.h
@@ -77,6 +77,11 @@ struct EditDialogContext
77 GtkBuilder *builder; 77 GtkBuilder *builder;
78 78
79 /** 79 /**
80 * Main dialog window.
81 */
82 GtkDialog *dialog;
83
84 /**
80 * Old name of the record (for deletion). 85 * Old name of the record (for deletion).
81 */ 86 */
82 gchar *n_name; 87 gchar *n_name;