diff options
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r-- | src/auditor/report-lib.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index 36baf640e..5f45d7198 100644 --- a/src/auditor/report-lib.c +++ b/src/auditor/report-lib.c | |||
@@ -114,35 +114,6 @@ TALER_ARL_do_abort (void) | |||
114 | 114 | ||
115 | 115 | ||
116 | /** | 116 | /** |
117 | * Convert absolute time to human-readable JSON string. | ||
118 | * | ||
119 | * @param at time to convert | ||
120 | * @return human-readable string representing the time | ||
121 | */ | ||
122 | json_t * | ||
123 | TALER_ARL_json_from_time_abs_nbo (struct GNUNET_TIME_AbsoluteNBO at) | ||
124 | { | ||
125 | return json_string | ||
126 | (GNUNET_STRINGS_absolute_time_to_string | ||
127 | (GNUNET_TIME_absolute_ntoh (at))); | ||
128 | } | ||
129 | |||
130 | |||
131 | /** | ||
132 | * Convert absolute time to human-readable JSON string. | ||
133 | * | ||
134 | * @param at time to convert | ||
135 | * @return human-readable string representing the time | ||
136 | */ | ||
137 | json_t * | ||
138 | TALER_ARL_json_from_time_abs (struct GNUNET_TIME_Absolute at) | ||
139 | { | ||
140 | return json_string | ||
141 | (GNUNET_STRINGS_absolute_time_to_string (at)); | ||
142 | } | ||
143 | |||
144 | |||
145 | /** | ||
146 | * Add @a object to the report @a array. Fail hard if this fails. | 117 | * Add @a object to the report @a array. Fail hard if this fails. |
147 | * | 118 | * |
148 | * @param array report array to append @a object to | 119 | * @param array report array to append @a object to |