projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0647e9
)
coding style (global variables)
author
Aaron Marcher
<info@nulltime.net>
Mon, 12 Sep 2016 10:12:11 +0000
(12:12 +0200)
committer
Aaron Marcher (drkhsh)
<info@nulltime.net>
Mon, 12 Sep 2016 10:12:11 +0000
(12:12 +0200)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index 76f0518b8198c60f1431f8a652d732cf20df6f5a..e38b96327d0fa45266d3332811091f686c764ccb 100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-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"