diff options
Diffstat (limited to 'src/auditor/report-lib.h')
-rw-r--r-- | src/auditor/report-lib.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h index 05632f2dc..5df990cf5 100644 --- a/src/auditor/report-lib.h +++ b/src/auditor/report-lib.h | |||
@@ -91,26 +91,6 @@ extern struct GNUNET_TIME_Absolute start_time; | |||
91 | 91 | ||
92 | 92 | ||
93 | /** | 93 | /** |
94 | * Convert absolute time to human-readable JSON string. | ||
95 | * | ||
96 | * @param at time to convert | ||
97 | * @return human-readable string representing the time | ||
98 | */ | ||
99 | json_t * | ||
100 | TALER_ARL_json_from_time_abs_nbo (struct GNUNET_TIME_AbsoluteNBO at); | ||
101 | |||
102 | |||
103 | /** | ||
104 | * Convert absolute time to human-readable JSON string. | ||
105 | * | ||
106 | * @param at time to convert | ||
107 | * @return human-readable string representing the time | ||
108 | */ | ||
109 | json_t * | ||
110 | TALER_ARL_json_from_time_abs (struct GNUNET_TIME_Absolute at); | ||
111 | |||
112 | |||
113 | /** | ||
114 | * Add @a object to the report @a array. Fail hard if this fails. | 94 | * Add @a object to the report @a array. Fail hard if this fails. |
115 | * | 95 | * |
116 | * @param array report array to append @a object to | 96 | * @param array report array to append @a object to |