aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
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 *