aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-01 10:37:47 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-01 10:37:47 +0000
commitc93c582dfed6b36d507308a2b677753f37b1d31b (patch)
tree9b303394930f68bcea5d90a329680401b88d022b /src/namestore/namestore.h
parent8e0a942237b701e2d03db2def2204417acdc6f4c (diff)
downloadgnunet-c93c582dfed6b36d507308a2b677753f37b1d31b.tar.gz
gnunet-c93c582dfed6b36d507308a2b677753f37b1d31b.zip
-stuff
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 67d86cea6..ab0da6126 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -43,17 +43,6 @@
43#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 441 43#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 441
44#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 442 44#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 442
45 45
46size_t
47GNUNET_NAMESTORE_records_serialize (char ** dest,
48 unsigned int rd_count,
49 const struct GNUNET_NAMESTORE_RecordData *rd);
50
51int
52GNUNET_NAMESTORE_records_deserialize ( struct GNUNET_NAMESTORE_RecordData **dest, char *src, size_t len);
53
54void
55GNUNET_NAMESTORE_records_free (unsigned int rd_count, struct GNUNET_NAMESTORE_RecordData *rd);
56
57 46
58GNUNET_NETWORK_STRUCT_BEGIN 47GNUNET_NETWORK_STRUCT_BEGIN
59/** 48/**