Xinqi Bao's Git

Remove unnecessary prototypes
[slstatus.git] / slstatus.c
index f47cd9f..8d07f6e 100644 (file)
@@ -1,5 +1,4 @@
 /* See LICENSE file for copyright and license details. */
-
 #include <dirent.h>
 #include <err.h>
 #include <fcntl.h>
@@ -36,7 +35,6 @@ struct arg {
        const char *args;
 };
 
-static const char *bprintf(const char *fmt, ...);
 static const char *battery_perc(const char *bat);
 static const char *battery_power(const char *bat);
 static const char *battery_state(const char *bat);
@@ -71,8 +69,6 @@ static const char *username(void);
 static const char *vol_perc(const char *card);
 static const char *wifi_perc(const char *iface);
 static const char *wifi_essid(const char *iface);
-static void sighandler(const int signo);
-static void usage(void);
 
 char *argv0;
 static unsigned short int delay = 0;