aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-17 14:42:46 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-17 14:42:46 +0200
commit7eb7bd8666aeb2e855cd22b1ea7f44b87bb60400 (patch)
tree4847832d236a874f0a8b711a038c4c2950219848 /src/include/gnunet_namestore_service.h
parent64a7c356b391016be0aa01bc25c237f59fc03a34 (diff)
downloadgnunet-7eb7bd8666aeb2e855cd22b1ea7f44b87bb60400.tar.gz
gnunet-7eb7bd8666aeb2e855cd22b1ea7f44b87bb60400.zip
use namestore API for zone import instead of using plugin directly
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 6d3c07f1d..f8c2eaf3b 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2012, 2013 GNUnet e.V. 3 Copyright (C) 2012, 2013, 2018 GNUnet e.V.
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
@@ -128,7 +128,6 @@ GNUNET_NAMESTORE_records_store (struct GNUNET_NAMESTORE_Handle *h,
128 void *cont_cls); 128 void *cont_cls);
129 129
130 130
131
132/** 131/**
133 * Process a record that was stored in the namestore. 132 * Process a record that was stored in the namestore.
134 * 133 *
@@ -153,7 +152,7 @@ typedef void
153 * @param pkey private key of the zone 152 * @param pkey private key of the zone
154 * @param nick the nick name to set 153 * @param nick the nick name to set
155 * @param cont continuation to call when done 154 * @param cont continuation to call when done
156 * @param cont_cls closure for 'cont' 155 * @param cont_cls closure for @a cont
157 * @return handle to abort the request 156 * @return handle to abort the request
158 */ 157 */
159struct GNUNET_NAMESTORE_QueueEntry * 158struct GNUNET_NAMESTORE_QueueEntry *