summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-16 13:10:29 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-16 13:10:29 +0200
commit3abb3bc372b69aa17e87f00b22042de02830341e (patch)
tree4f1c45f40c30b18e35ffc7e983788ffdbe434ed5 /src/include/taler_util.h
parentf552b7e4c03ec46c9ac562c751604466b393d9c8 (diff)
downloadexchange-3abb3bc372b69aa17e87f00b22042de02830341e.tar.gz
exchange-3abb3bc372b69aa17e87f00b22042de02830341e.tar.bz2
exchange-3abb3bc372b69aa17e87f00b22042de02830341e.zip
use user_config_file as well
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 9e52c973f..1ac15112b 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -110,4 +110,11 @@ TALER_config_get_denom (const struct GNUNET_CONFIGURATION_Handle *cfg,
struct TALER_Amount *denom);
+/**
+ * Return default project data used by Taler.
+ */
+const struct GNUNET_OS_ProjectData *
+TALER_project_data_default (void);
+
+
#endif