diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-16 13:10:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-16 13:10:29 +0200 |
commit | 3abb3bc372b69aa17e87f00b22042de02830341e (patch) | |
tree | 4f1c45f40c30b18e35ffc7e983788ffdbe434ed5 /src/include/taler_util.h | |
parent | f552b7e4c03ec46c9ac562c751604466b393d9c8 (diff) |
use user_config_file as well
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r-- | src/include/taler_util.h | 7 |
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 |