From 034884b08cc32ce3b9bc99ee12cd78a68a3cb495 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Nov 2015 21:15:47 +0100 Subject: refactor auditors code to be in its own file(s) --- src/backend/taler-merchant-httpd_contract.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/backend/taler-merchant-httpd_contract.h') diff --git a/src/backend/taler-merchant-httpd_contract.h b/src/backend/taler-merchant-httpd_contract.h index 5a1aa6dd..44cef909 100644 --- a/src/backend/taler-merchant-httpd_contract.h +++ b/src/backend/taler-merchant-httpd_contract.h @@ -1,6 +1,6 @@ /* This file is part of TALER - (C) 2014 Christian Grothoff (and other contributing authors) + (C) 2014, 2015 Christian Grothoff (and other contributing authors) TALER is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -13,13 +13,11 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, If not, see */ - /** - * @file merchant/backend/taler-merchant-httpd_contract.h + * @file backend/taler-merchant-httpd_contract.h * @brief headers for /contract handler * @author Marcello Stanisci */ - #ifndef TALER_MINT_HTTPD_CONTRACT_H #define TALER_MINT_HTTPD_CONTRACT_H #include @@ -33,7 +31,6 @@ * @param[in,out] connection_cls the connection's closure (can be updated) * @param upload_data upload data * @param[in,out] upload_data_size number of bytes (left) in @a upload_data - * * @return MHD result code */ int -- cgit v1.2.3