diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-03-21 12:56:16 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-03-21 12:56:16 +0100 | 
| commit | a8b8258e12f8e04936bffd82a2e31be7117ec860 (patch) | |
| tree | ebd159531f6a8ab552579835c85286e8a8016777 /src/auditor/report-lib.h | |
| parent | 2ace9969b7e1ede610ff99546c5a84f59adf0931 (diff) | |
steps towards new split-auditor logic
Diffstat (limited to 'src/auditor/report-lib.h')
| -rw-r--r-- | src/auditor/report-lib.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h index 59229ad1..84619a5d 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);  /** | 
