Introduction
Introduction Statistics Contact Development Disclaimer Help
tSort declarations - spoon - dwm status utility (2f30 fork)
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 9d41c2ba7dc542482bfb73f03c5e294e7ce1f947
parent 96931ea266470a6a7b1f302837963dbb4351996e
Author: sin <[email protected]>
Date: Thu, 13 Oct 2016 10:45:18 +0100
Sort declarations
Diffstat:
M spoon.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/spoon.c b/spoon.c
t@@ -7,15 +7,15 @@
#define LEN(x) (sizeof (x) / sizeof *(x))
+int battread(char *buf, size_t len);
+int cpuread(char *buf, size_t len);
+int dateread(char *buf, size_t len);
int dummyread(char *buf, size_t len);
-int mpdread(char *buf, size_t len);
int loadread(char *buf, size_t len);
-int cpuread(char *buf, size_t len);
-int tempread(char *buf, size_t len);
-int battread(char *buf, size_t len);
int mixread(char *buf, size_t len);
+int mpdread(char *buf, size_t len);
+int tempread(char *buf, size_t len);
int wifiread(char *buf, size_t len);
-int dateread(char *buf, size_t len);
int xkblayoutread(char *buf, size_t len);
struct ent {
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.