summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-20 21:19:01 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-20 21:19:01 +0200
commit19f4c50dabd6a4c29749a9c758e7e0da99d9e31f (patch)
tree559cbffee16240be807eeba641dbcf695891609d /src/include/taler_exchange_service.h
parent63c5706b64a5fe2989514c5f18e2926b91e420de (diff)
downloadexchange-19f4c50dabd6a4c29749a9c758e7e0da99d9e31f.tar.gz
exchange-19f4c50dabd6a4c29749a9c758e7e0da99d9e31f.tar.bz2
exchange-19f4c50dabd6a4c29749a9c758e7e0da99d9e31f.zip
rename and move TALER_EXCHANGE_json_get_error_code to TALER_JSON_get_error_code
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 1629ddcfa..e368f954c 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -1263,15 +1263,4 @@ TALER_EXCHANGE_verify_coin_history (const char *currency,
struct TALER_Amount *total);
-/**
- * Extract the Taler error code from the given @a json object.
- * Note that #TALER_EC_NONE is returned if no "code" is present.
- *
- * @param json response to extract the error code from
- * @return the "code" value from @a json
- */
-enum TALER_ErrorCode
-TALER_EXCHANGE_json_get_error_code (const json_t *json);
-
-
#endif /* _TALER_EXCHANGE_SERVICE_H */