summaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-07 09:33:04 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-07 09:33:04 +0200
commit148dda09d4218d40e2e0cc9d8fe9212aede969f5 (patch)
treef06e626d5171235923a205654296d459fec509f8 /src/include/taler_json_lib.h
parent8df75214f459fd39ce43540dc604733c1a47515e (diff)
parenta96c7177aae60c37041406ff0879992e58ef2f50 (diff)
downloadexchange-148dda09d4218d40e2e0cc9d8fe9212aede969f5.tar.gz
exchange-148dda09d4218d40e2e0cc9d8fe9212aede969f5.tar.bz2
exchange-148dda09d4218d40e2e0cc9d8fe9212aede969f5.zip
Merge branch 'master' of git+ssh://taler.net/var/git/exchange
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r--src/include/taler_json_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index 3dd661a91..79589dba7 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -89,7 +89,7 @@ TALER_JSON_spec_denomination_signature (const char *field,
* @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);
#endif /* TALER_JSON_LIB_H_ */