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.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup-gns-edit.h b/src/setup/gnunet-setup-gns-edit.h
index 68c7a1a4..7fd86539 100644
--- a/src/setup/gnunet-setup-gns-edit.h
+++ b/src/setup/gnunet-setup-gns-edit.h
@@ -245,6 +245,26 @@ GNS_edit_dialog_ptr (struct EditDialogContext *edc);
245 245
246 246
247/** 247/**
248 * Run an GNS Edit dialog for an 'SOA' Record.
249 *
250 * @param cont continuation to call when done
251 * @param edc editing context to use
252 */
253void
254GNS_edit_dialog_soa (struct EditDialogContext *edc);
255
256
257/**
258 * Run an GNS Edit dialog for an 'SRV' Record.
259 *
260 * @param cont continuation to call when done
261 * @param edc editing context to use
262 */
263void
264GNS_edit_dialog_srv (struct EditDialogContext *edc);
265
266
267/**
248 * Run an GNS Edit dialog for an 'TXT' Record. 268 * Run an GNS Edit dialog for an 'TXT' Record.
249 * 269 *
250 * @param cont continuation to call when done 270 * @param cont continuation to call when done
@@ -254,4 +274,14 @@ void
254GNS_edit_dialog_txt (struct EditDialogContext *edc); 274GNS_edit_dialog_txt (struct EditDialogContext *edc);
255 275
256 276
277/**
278 * Run an GNS Edit dialog for an 'VPN' Record.
279 *
280 * @param cont continuation to call when done
281 * @param edc editing context to use
282 */
283void
284GNS_edit_dialog_vpn (struct EditDialogContext *edc);
285
286
257#endif 287#endif