summaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-21 12:56:16 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-21 12:56:16 +0100
commita8b8258e12f8e04936bffd82a2e31be7117ec860 (patch)
treeebd159531f6a8ab552579835c85286e8a8016777 /src/auditor/report-lib.h
parent2ace9969b7e1ede610ff99546c5a84f59adf0931 (diff)
downloadexchange-a8b8258e12f8e04936bffd82a2e31be7117ec860.tar.gz
exchange-a8b8258e12f8e04936bffd82a2e31be7117ec860.tar.bz2
exchange-a8b8258e12f8e04936bffd82a2e31be7117ec860.zip
steps towards new split-auditor logic
Diffstat (limited to 'src/auditor/report-lib.h')
-rw-r--r--src/auditor/report-lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h
index 59229ad14..84619a5da 100644
--- a/src/auditor/report-lib.h
+++ b/src/auditor/report-lib.h
@@ -87,7 +87,7 @@ extern struct GNUNET_TIME_Absolute start_time;
* @return human-readable string representing the time
*/
json_t *
-TALER_ARL_TALER_ARL_json_from_time_abs_nbo (struct GNUNET_TIME_AbsoluteNBO at);
+TALER_ARL_json_from_time_abs_nbo (struct GNUNET_TIME_AbsoluteNBO at);
/**