/* 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