forgot declaration of GNUNET_h2s2
authorlurchi <lurchi@strangeplace.net>
Tue, 18 Jul 2017 20:59:42 +0000 (22:59 +0200)
committerlurchi <lurchi@strangeplace.net>
Tue, 18 Jul 2017 21:02:52 +0000 (23:02 +0200)
src/include/gnunet_common.h

index bda011fb2b6579c2c634ad5b0ad50ee70bebb42a..d7f7b76ff7a9690098c76e051c4cf7cebd14c42c 100644 (file)
@@ -582,6 +582,21 @@ const char *
 GNUNET_h2s (const struct GNUNET_HashCode * hc);
 
 
+/**
+ * @ingroup logging
+ * Convert a hash value to a string (for printing debug messages).
+ * This is one of the very few calls in the entire API that is
+ * NOT reentrant! Identical to #GNUNET_h2s(), except that another
+ * buffer is used so both #GNUNET_h2s() and #GNUNET_h2s2() can be
+ * used within the same log statement.
+ *
+ * @param hc the hash code
+ * @return string
+ */
+const char *
+GNUNET_h2s2 (const struct GNUNET_HashCode * hc);
+
+
 /**
  * @ingroup logging
  * Convert a hash value to a string (for printing debug messages).