aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-gtk_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore-gtk_edit.h')
-rw-r--r--src/namestore/gnunet-namestore-gtk_edit.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore-gtk_edit.h b/src/namestore/gnunet-namestore-gtk_edit.h
index 17183350..fd26c033 100644
--- a/src/namestore/gnunet-namestore-gtk_edit.h
+++ b/src/namestore/gnunet-namestore-gtk_edit.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2012 Christian Grothoff (and other contributing authors) 3 (C) 2012, 2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -197,6 +197,15 @@ GNS_edit_dialog_gns2dns (struct EditDialogContext *edc);
197 197
198 198
199/** 199/**
200 * Run an GNS Edit dialog for a 'PHONE' Record.
201 *
202 * @param edc editing context to use
203 */
204void
205GNS_edit_dialog_phone (struct EditDialogContext *edc);
206
207
208/**
200 * Run an GNS Edit dialog for an 'PKEY' Record. 209 * Run an GNS Edit dialog for an 'PKEY' Record.
201 * 210 *
202 * @param edc editing context to use 211 * @param edc editing context to use