aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-22 18:52:24 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-22 18:52:24 +0000
commit4ab709caddac414aa5c499207279fa71d9d62136 (patch)
tree880dc9fada218c3c97648aad98bd8ebc16e51aa6 /src/include/gnunet_gns_service.h
parente483ac2a2c8eab6d5cc915c2f54ab2c27c469821 (diff)
downloadgnunet-4ab709caddac414aa5c499207279fa71d9d62136.tar.gz
gnunet-4ab709caddac414aa5c499207279fa71d9d62136.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index a1494a1f6..6291ddff8 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -107,11 +107,9 @@ GNUNET_GNS_disconnect (struct GNUNET_GNS_Handle *handle);
107 * Iterator called on each result obtained for a GNS 107 * Iterator called on each result obtained for a GNS
108 * lookup 108 * lookup
109 * 109 *
110 *
111 * @param cls closure 110 * @param cls closure
112 * @param name "name" of the original lookup 111 * @param name "name" of the original lookup
113 * @param record the records in reply 112 * @param record the records in reply
114 * // FIXME: shouldn't this then be an array of pointers? - not sure as of yet
115 * @param num_records the number of records in reply 113 * @param num_records the number of records in reply
116 */ 114 */
117typedef void (*GNUNET_GNS_LookupIterator) (void *cls, 115typedef void (*GNUNET_GNS_LookupIterator) (void *cls,