summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-05 01:34:37 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-05 01:34:37 +0200
commit6c81796d6f39e932d58b4fc1729b472d0e46e3d1 (patch)
tree5831bac946565b908042f7127328bdff7bcacfea /src/lib/exchange_api_handle.h
parentf4eb53f2a44cefdaade954c5a1ad9d843814300a (diff)
downloadexchange-6c81796d6f39e932d58b4fc1729b472d0e46e3d1.tar.gz
exchange-6c81796d6f39e932d58b4fc1729b472d0e46e3d1.tar.bz2
exchange-6c81796d6f39e932d58b4fc1729b472d0e46e3d1.zip
-work on error proof response checking for p2p payments
Diffstat (limited to 'src/lib/exchange_api_handle.h')
-rw-r--r--src/lib/exchange_api_handle.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.h b/src/lib/exchange_api_handle.h
index 569c723c4..7ef88489e 100644
--- a/src/lib/exchange_api_handle.h
+++ b/src/lib/exchange_api_handle.h
@@ -19,7 +19,9 @@
* @brief Internal interface to the handle part of the exchange's HTTP API
* @author Christian Grothoff
*/
-#include "platform.h"
+#ifndef EXCHANGE_API_HANDLE_H
+#define EXCHANGE_API_HANDLE_H
+
#include <gnunet/gnunet_curl_lib.h>
#include "taler_auditor_service.h"
#include "taler_exchange_service.h"
@@ -254,3 +256,4 @@ TEAH_path_to_url (struct TALER_EXCHANGE_Handle *h,
const char *path);
/* end of exchange_api_handle.h */
+#endif