summaryrefslogtreecommitdiff
path: root/src/backend-lib/taler_merchant_contract_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend-lib/taler_merchant_contract_lib.h')
-rw-r--r--src/backend-lib/taler_merchant_contract_lib.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/backend-lib/taler_merchant_contract_lib.h b/src/backend-lib/taler_merchant_contract_lib.h
deleted file mode 100644
index 3f95841f..00000000
--- a/src/backend-lib/taler_merchant_contract_lib.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * Take the global wire details and return a JSON containing them,
- * compliantly with the Taler's API.
- * @param wire the merchant's wire details
- * @param salt the nounce for hashing the wire details with
- * @return JSON representation of the wire details, NULL upon errors
- */
-
-json_t *
-MERCHANT_get_wire_json (const struct MERCHANT_WIREFORMAT_Sepa *wire,
- uint64_t salt);