From cb8cb51cbda0eb3255754ea87c0098280a1b4286 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Mon, 8 Jun 2020 18:28:36 -0400 Subject: headers and empty source files for GET /private/tips --- src/lib/merchant_api_get_tips.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/lib/merchant_api_get_tips.c (limited to 'src/lib/merchant_api_get_tips.c') 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 + +*/ +/** + * @file lib/merchant_api_get_tips.c + * @brief Implementation of the GET /private/tips request of the merchant's HTTP API + * @author Jonathan Buchanan + */ -- cgit v1.2.3