| 261 * |
261 * |
| 262 * @param time the time to format |
262 * @param time the time to format |
| 263 * @param str the target buffer (should be at least 10 chars large) |
263 * @param str the target buffer (should be at least 10 chars large) |
| 264 * @param always_hours if hours should always be printed |
264 * @param always_hours if hours should always be printed |
| 265 */ |
265 */ |
| 266 void print_clk(uint16_t time, char *str, bool always_hours); |
266 int print_clk(uint16_t time, char *str, bool always_hours); |
| 267 |
267 |
| 268 #endif /* RULES_H */ |
268 #endif /* RULES_H */ |
| 269 |
269 |