summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_melt.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-16 18:21:51 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-16 18:21:51 +0100
commit9f885f9ad962ec0ab3472fa22c7f6fd8d5a7bbe0 (patch)
tree5cc2e144fb561190087336b9327e7b9f7a31af20 /src/exchange/taler-exchange-httpd_melt.h
parentaf617136199a14bc875c480734f0fcd802281a33 (diff)
downloadexchange-9f885f9ad962ec0ab3472fa22c7f6fd8d5a7bbe0.tar.gz
exchange-9f885f9ad962ec0ab3472fa22c7f6fd8d5a7bbe0.tar.bz2
exchange-9f885f9ad962ec0ab3472fa22c7f6fd8d5a7bbe0.zip
style fixes
Diffstat (limited to 'src/exchange/taler-exchange-httpd_melt.h')
-rw-r--r--src/exchange/taler-exchange-httpd_melt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_melt.h b/src/exchange/taler-exchange-httpd_melt.h
index 485304390..ad25b4717 100644
--- a/src/exchange/taler-exchange-httpd_melt.h
+++ b/src/exchange/taler-exchange-httpd_melt.h
@@ -15,13 +15,13 @@
*/
/**
* @file taler-exchange-httpd_melt.h
- * @brief Handle /refresh/melt requests
+ * @brief Handle /coins/$COIN_PUB/melt requests
* @author Florian Dold
* @author Benedikt Mueller
* @author Christian Grothoff
*/
-#ifndef TALER_EXCHANGE_HTTPD_REFRESH_MELT_H
-#define TALER_EXCHANGE_HTTPD_REFRESH_MELT_H
+#ifndef TALER_EXCHANGE_HTTPD_MELT_H
+#define TALER_EXCHANGE_HTTPD_MELT_H
#include <gnunet/gnunet_util_lib.h>
#include <microhttpd.h>