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.h70
1 files changed, 70 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup-gns-edit.h b/src/setup/gnunet-setup-gns-edit.h
index 97403d34..71d1bde7 100644
--- a/src/setup/gnunet-setup-gns-edit.h
+++ b/src/setup/gnunet-setup-gns-edit.h
@@ -174,4 +174,74 @@ void
174GNS_edit_dialog_a (struct EditDialogContext *edc); 174GNS_edit_dialog_a (struct EditDialogContext *edc);
175 175
176 176
177/**
178 * Run an GNS Edit dialog for an 'AAAA' Record.
179 *
180 * @param cont continuation to call when done
181 * @param edc editing context to use
182 */
183void
184GNS_edit_dialog_aaaa (struct EditDialogContext *edc);
185
186
187/**
188 * Run an GNS Edit dialog for an 'CNAME' Record.
189 *
190 * @param cont continuation to call when done
191 * @param edc editing context to use
192 */
193void
194GNS_edit_dialog_cname (struct EditDialogContext *edc);
195
196
197/**
198 * Run an GNS Edit dialog for an 'LEHO' Record.
199 *
200 * @param cont continuation to call when done
201 * @param edc editing context to use
202 */
203void
204GNS_edit_dialog_leho (struct EditDialogContext *edc);
205
206
207/**
208 * Run an GNS Edit dialog for an 'MX' Record.
209 *
210 * @param cont continuation to call when done
211 * @param edc editing context to use
212 */
213void
214GNS_edit_dialog_mx (struct EditDialogContext *edc);
215
216
217/**
218 * Run an GNS Edit dialog for an 'NS' Record.
219 *
220 * @param cont continuation to call when done
221 * @param edc editing context to use
222 */
223void
224GNS_edit_dialog_ns (struct EditDialogContext *edc);
225
226
227/**
228 * Run an GNS Edit dialog for an 'PTR' Record.
229 *
230 * @param cont continuation to call when done
231 * @param edc editing context to use
232 */
233void
234GNS_edit_dialog_ptr (struct EditDialogContext *edc);
235
236
237/**
238 * Run an GNS Edit dialog for an 'TXT' Record.
239 *
240 * @param cont continuation to call when done
241 * @param edc editing context to use
242 */
243void
244GNS_edit_dialog_txt (struct EditDialogContext *edc);
245
246
177#endif 247#endif