diff options
Diffstat (limited to 'src/auditor/report-lib.h')
-rw-r--r-- | src/auditor/report-lib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h index 8054baa46..db15494cd 100644 --- a/src/auditor/report-lib.h +++ b/src/auditor/report-lib.h @@ -75,6 +75,11 @@ extern struct TALER_AuditorPublicKeyP TALER_ARL_auditor_pub; extern char *TALER_ARL_auditor_url; /** + * REST API endpoint of the exchange. + */ +extern char *TALER_ARL_exchange_url; + +/** * At what time did the auditor process start? */ extern struct GNUNET_TIME_Absolute start_time; |