From 0869773b5cc3aca0edf675e29294d560631e86ac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Nov 2024 22:33:33 +0100 Subject: new util/ dir with PD --- src/include/taler_merchant_util.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/include/taler_merchant_util.h (limited to 'src/include/taler_merchant_util.h') diff --git a/src/include/taler_merchant_util.h b/src/include/taler_merchant_util.h new file mode 100644 index 00000000..8ca6e9af --- /dev/null +++ b/src/include/taler_merchant_util.h @@ -0,0 +1,32 @@ +/* + This file is part of GNU Taler + Copyright (C) 2024 Taler Systems SA + + 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 + Foundation; either version 3, 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 General Public License for more details. + + You should have received a copy of the GNU General Public License along with + TALER; see the file COPYING. If not, see +*/ +/** + * @file include/taler_merchant_util.h + * @brief Interface for common utility functions + * @author Christian Grothoff + */ +#ifndef TALER_MERCHANT__UTIL_H +#define TALER_MERCHANT_UTIL_H + +#include + +/** + * Return default project data used by Taler merchant. + */ +const struct GNUNET_OS_ProjectData * +TALER_MERCHANT_project_data (void); + +#endif -- cgit v1.2.3