aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchant_util.h')
-rw-r--r--src/include/taler_merchant_util.h32
1 files changed, 32 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>
+*/
+/**
+ * @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 <gnunet/gnunet_util_lib.h>
+
+/**
+ * Return default project data used by Taler merchant.
+ */
+const struct GNUNET_OS_ProjectData *
+TALER_MERCHANT_project_data (void);
+
+#endif