diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-06 11:27:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-06 11:27:51 +0200 |
commit | aee021aa3701213471dff9f378c58a0a0599f9b6 (patch) | |
tree | e9ea781169c5b4da648a7c4fd9eaf1403f0bf39b /src | |
parent | 07541d319c16e8dd78e813989223a654cb306c87 (diff) |
update ignore file, fix compiler warning
Diffstat (limited to 'src')
-rw-r--r-- | src/json/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json.c b/src/json/json.c index 1fbc59a73..da9e8b9f8 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -32,7 +32,7 @@ * @return #GNUNET_OK on success, #GNUNET_SYSERR on error */ int -TALER_JSON_hash (json_t *json, +TALER_JSON_hash (const json_t *json, struct GNUNET_HashCode *hc) { char *wire_enc; |