summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-06 11:27:51 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-06 11:27:51 +0200
commitaee021aa3701213471dff9f378c58a0a0599f9b6 (patch)
treee9ea781169c5b4da648a7c4fd9eaf1403f0bf39b
parent07541d319c16e8dd78e813989223a654cb306c87 (diff)
downloadexchange-aee021aa3701213471dff9f378c58a0a0599f9b6.tar.gz
exchange-aee021aa3701213471dff9f378c58a0a0599f9b6.tar.bz2
exchange-aee021aa3701213471dff9f378c58a0a0599f9b6.zip
update ignore file, fix compiler warning
-rw-r--r--.gitignore2
-rw-r--r--src/json/json.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 81be5b2f5..ce73b4d26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,7 +38,7 @@ src/exchange-tools/taler-exchange-dbinit
src/exchange-tools/taler-exchange-keycheck
src/exchange-tools/taler-exchange-keyup
src/exchange-tools/taler-exchange-reservemod
-src/exchange-tools/taler-exchange-sepa
+src/exchange-tools/taler-exchange-wire
src/exchangedb/perf-exchangedb
src/json/test_json
src/wire/test_sepa_wireformat
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;