aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 2c0fd57a8..82878a02a 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -903,7 +903,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind)
903 * @return string form; will be overwritten by next call to GNUNET_h2s. 903 * @return string form; will be overwritten by next call to GNUNET_h2s.
904 */ 904 */
905const char * 905const char *
906GNUNET_h2s (const GNUNET_HashCode * hc) 906GNUNET_h2s (const struct GNUNET_HashCode * hc)
907{ 907{
908 static struct GNUNET_CRYPTO_HashAsciiEncoded ret; 908 static struct GNUNET_CRYPTO_HashAsciiEncoded ret;
909 909
@@ -921,7 +921,7 @@ GNUNET_h2s (const GNUNET_HashCode * hc)
921 * @return string form; will be overwritten by next call to GNUNET_h2s_full. 921 * @return string form; will be overwritten by next call to GNUNET_h2s_full.
922 */ 922 */
923const char * 923const char *
924GNUNET_h2s_full (const GNUNET_HashCode * hc) 924GNUNET_h2s_full (const struct GNUNET_HashCode * hc)
925{ 925{
926 static struct GNUNET_CRYPTO_HashAsciiEncoded ret; 926 static struct GNUNET_CRYPTO_HashAsciiEncoded ret;
927 927