aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-19 18:37:04 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-19 18:37:04 +0000
commitcdd5f401a24438425da10a11992c2bfd9992df47 (patch)
treeadc9551920e029b854cd4cebe1bf6929245fd4a8 /src/namestore/namestore.h
parentfc3a84931904e40da4783869117316a0401b456c (diff)
downloadgnunet-cdd5f401a24438425da10a11992c2bfd9992df47.tar.gz
gnunet-cdd5f401a24438425da10a11992c2bfd9992df47.zip
- test use new zonekey files
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index c7af82dc3..a4fb56136 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -46,6 +46,7 @@
46#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447 46#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447
47#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448 47#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448
48 48
49
49/** 50/**
50 * Convert a short hash to a string (for printing debug messages). 51 * Convert a short hash to a string (for printing debug messages).
51 * This is one of the very few calls in the entire API that is 52 * This is one of the very few calls in the entire API that is
@@ -57,6 +58,7 @@
57const char * 58const char *
58GNUNET_short_h2s (const struct GNUNET_CRYPTO_ShortHashCode * hc); 59GNUNET_short_h2s (const struct GNUNET_CRYPTO_ShortHashCode * hc);
59 60
61
60/** 62/**
61 * Sign name and records 63 * Sign name and records
62 * 64 *