summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-26 22:01:24 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-26 22:01:24 +0200
commitfc57cccaa0295c0aeb640953bf00baccbc6d6f49 (patch)
treee42016c6bb7c539dcc46ac96fdff0e9c7de8ee90 /src/backend/taler-merchant-httpd.h
parentf799df31e066a23a0df8f4d062470526710741dd (diff)
downloadmerchant-fc57cccaa0295c0aeb640953bf00baccbc6d6f49.tar.gz
merchant-fc57cccaa0295c0aeb640953bf00baccbc6d6f49.tar.bz2
merchant-fc57cccaa0295c0aeb640953bf00baccbc6d6f49.zip
implement GET /orders in libtalermerchant
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index 4d4aa7df..a6867e24 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -213,14 +213,6 @@ struct TMH_RequestHandler
/**
- * Each MHD response handler that sets the "connection_cls" to a
- * non-NULL value must use a struct that has this struct as its first
- * member. This struct contains a single callback, which will be
- * invoked to clean up the memory when the contection is completed.
- */
-struct TMH_HandlerContext;
-
-/**
* Signature of a function used to clean up the context
* we keep in the "connection_cls" of MHD when handling
* a request.