summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_tips.c
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-08 18:28:36 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-08 18:28:36 -0400
commitcb8cb51cbda0eb3255754ea87c0098280a1b4286 (patch)
tree24c9ce292a540e36cd74329c160fe5eca329b2f5 /src/lib/merchant_api_get_tips.c
parentfcf60499c3ab3e23c458cecdf8f51dd7cf5e16d3 (diff)
downloadmerchant-cb8cb51cbda0eb3255754ea87c0098280a1b4286.tar.gz
merchant-cb8cb51cbda0eb3255754ea87c0098280a1b4286.tar.bz2
merchant-cb8cb51cbda0eb3255754ea87c0098280a1b4286.zip
headers and empty source files for GET /private/tips
Diffstat (limited to 'src/lib/merchant_api_get_tips.c')
-rw-r--r--src/lib/merchant_api_get_tips.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lib/merchant_api_get_tips.c b/src/lib/merchant_api_get_tips.c
new file mode 100644
index 00000000..05f8e7b4
--- /dev/null
+++ b/src/lib/merchant_api_get_tips.c
@@ -0,0 +1,21 @@
+/*
+ This file is part of TALER
+ Copyright (C) 2020 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License along with
+ TALER; see the file COPYING.LGPL. If not, see
+ <http://www.gnu.org/licenses/>
+*/
+/**
+ * @file lib/merchant_api_get_tips.c
+ * @brief Implementation of the GET /private/tips request of the merchant's HTTP API
+ * @author Jonathan Buchanan
+ */