coding style (global variables)

This commit is contained in:
Aaron Marcher 2016-09-12 12:12:11 +02:00 committed by Aaron Marcher (drkhsh)
parent c0647e946f
commit d19d4aa2e8

View file

@ -37,8 +37,6 @@ struct arg {
const char *args;
};
static unsigned short int delay;
static char *smprintf(const char *, ...);
static char *battery_perc(const char *);
static char *cpu_perc(void);
@ -65,6 +63,7 @@ static char *vol_perc(const char *);
static char *wifi_perc(const char *);
static char *wifi_essid(const char *);
static unsigned short int delay;
static Display *dpy;
#include "config.h"