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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/setup/gnunet-setup-gns-edit.h b/src/setup/gnunet-setup-gns-edit.h
index 6354baba..00f3d3ae 100644
--- a/src/setup/gnunet-setup-gns-edit.h
+++ b/src/setup/gnunet-setup-gns-edit.h
@@ -155,7 +155,6 @@ GNS_edit_dialog_a (struct EditDialogContext *edc);
155/** 155/**
156 * Run an GNS Edit dialog for an 'AAAA' Record. 156 * Run an GNS Edit dialog for an 'AAAA' Record.
157 * 157 *
158 * @param cont continuation to call when done
159 * @param edc editing context to use 158 * @param edc editing context to use
160 */ 159 */
161void 160void
@@ -165,7 +164,6 @@ GNS_edit_dialog_aaaa (struct EditDialogContext *edc);
165/** 164/**
166 * Run an GNS Edit dialog for an 'CNAME' Record. 165 * Run an GNS Edit dialog for an 'CNAME' Record.
167 * 166 *
168 * @param cont continuation to call when done
169 * @param edc editing context to use 167 * @param edc editing context to use
170 */ 168 */
171void 169void
@@ -175,7 +173,6 @@ GNS_edit_dialog_cname (struct EditDialogContext *edc);
175/** 173/**
176 * Run an GNS Edit dialog for an 'LEHO' Record. 174 * Run an GNS Edit dialog for an 'LEHO' Record.
177 * 175 *
178 * @param cont continuation to call when done
179 * @param edc editing context to use 176 * @param edc editing context to use
180 */ 177 */
181void 178void
@@ -185,7 +182,6 @@ GNS_edit_dialog_leho (struct EditDialogContext *edc);
185/** 182/**
186 * Run an GNS Edit dialog for an 'MX' Record. 183 * Run an GNS Edit dialog for an 'MX' Record.
187 * 184 *
188 * @param cont continuation to call when done
189 * @param edc editing context to use 185 * @param edc editing context to use
190 */ 186 */
191void 187void
@@ -195,7 +191,6 @@ GNS_edit_dialog_mx (struct EditDialogContext *edc);
195/** 191/**
196 * Run an GNS Edit dialog for an 'NS' Record. 192 * Run an GNS Edit dialog for an 'NS' Record.
197 * 193 *
198 * @param cont continuation to call when done
199 * @param edc editing context to use 194 * @param edc editing context to use
200 */ 195 */
201void 196void
@@ -205,7 +200,6 @@ GNS_edit_dialog_ns (struct EditDialogContext *edc);
205/** 200/**
206 * Run an GNS Edit dialog for an 'PKEY' Record. 201 * Run an GNS Edit dialog for an 'PKEY' Record.
207 * 202 *
208 * @param cont continuation to call when done
209 * @param edc editing context to use 203 * @param edc editing context to use
210 */ 204 */
211void 205void
@@ -215,7 +209,6 @@ GNS_edit_dialog_pkey (struct EditDialogContext *edc);
215/** 209/**
216 * Run an GNS Edit dialog for an 'PTR' Record. 210 * Run an GNS Edit dialog for an 'PTR' Record.
217 * 211 *
218 * @param cont continuation to call when done
219 * @param edc editing context to use 212 * @param edc editing context to use
220 */ 213 */
221void 214void
@@ -225,7 +218,6 @@ GNS_edit_dialog_ptr (struct EditDialogContext *edc);
225/** 218/**
226 * Run an GNS Edit dialog for an 'SOA' Record. 219 * Run an GNS Edit dialog for an 'SOA' Record.
227 * 220 *
228 * @param cont continuation to call when done
229 * @param edc editing context to use 221 * @param edc editing context to use
230 */ 222 */
231void 223void
@@ -235,7 +227,6 @@ GNS_edit_dialog_soa (struct EditDialogContext *edc);
235/** 227/**
236 * Run an GNS Edit dialog for an 'SRV' Record. 228 * Run an GNS Edit dialog for an 'SRV' Record.
237 * 229 *
238 * @param cont continuation to call when done
239 * @param edc editing context to use 230 * @param edc editing context to use
240 */ 231 */
241void 232void
@@ -245,7 +236,6 @@ GNS_edit_dialog_srv (struct EditDialogContext *edc);
245/** 236/**
246 * Run an GNS Edit dialog for an 'TXT' Record. 237 * Run an GNS Edit dialog for an 'TXT' Record.
247 * 238 *
248 * @param cont continuation to call when done
249 * @param edc editing context to use 239 * @param edc editing context to use
250 */ 240 */
251void 241void
@@ -255,7 +245,6 @@ GNS_edit_dialog_txt (struct EditDialogContext *edc);
255/** 245/**
256 * Run an GNS Edit dialog for an 'VPN' Record. 246 * Run an GNS Edit dialog for an 'VPN' Record.
257 * 247 *
258 * @param cont continuation to call when done
259 * @param edc editing context to use 248 * @param edc editing context to use
260 */ 249 */
261void 250void