X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=blobdiff_plain;f=include%2Fi3status.h;h=de8373f3c3a2c5df6c22c53426cbeff1bb620c24;hp=f24fec5b21a31a03fa0efddab99b42288308aa5c;hb=67c2c1a7ead6bcdcd07080e581013fa7a0b58b6f;hpb=8c273e54b867aeedcd1eadfbd6f4e4fad3690f74 diff --git a/include/i3status.h b/include/i3status.h index f24fec5..de8373f 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -142,7 +142,7 @@ void set_timezone(const char *tz); void print_ipv6_info(yajl_gen json_gen, char *buffer, const char *format_up, const char *format_down); void print_disk_info(yajl_gen json_gen, char *buffer, const char *path, const char *format); -void print_battery_info(yajl_gen json_gen, char *buffer, int number, const char *path, const char *format, int low_threshold, char *threshold_type, bool last_full_capacity); +void print_battery_info(yajl_gen json_gen, char *buffer, int number, const char *path, const char *format, int low_threshold, char *threshold_type, bool last_full_capacity, bool integer_battery_capacity); void print_time(yajl_gen json_gen, char *buffer, const char *format, const char *tz, time_t t); void print_ddate(yajl_gen json_gen, char *buffer, const char *format, time_t t); const char *get_ip_addr();