From e31a85eb3b9d331d73254ceb2d6156cc8e66c40a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 4 Oct 2008 19:32:35 +0200 Subject: Make some formats/paths configurable, add initscript --- wmiistatus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wmiistatus.h') diff --git a/wmiistatus.h b/wmiistatus.h index 13ec2c7..1e7f59f 100644 --- a/wmiistatus.h +++ b/wmiistatus.h @@ -6,11 +6,11 @@ static bool first_push = true; typedef enum { CS_DISCHARGING, CS_CHARGING, CS_FULL } charging_status_t; static void write_to_statusbar(const char *message); -static void die(const char *message); +static void die(const char *fmt, ...); static char *skip_character(char *input, char character, int amount); static void push_part(const char *input, const int n); static char *get_battery_info(void); static char *get_wireless_info(void); static char *get_ip_address(const char *interface); static char *get_eth_info(void); -bool process_runs(const char *path); +static bool process_runs(const char *path); -- cgit v1.2.3