commit 9d41c2ba7dc542482bfb73f03c5e294e7ce1f947
parent 96931ea266470a6a7b1f302837963dbb4351996e
Author: sin <sin@2f30.org>
Date: Thu, 13 Oct 2016 10:45:18 +0100
Sort declarations
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/spoon.c b/spoon.c
@@ -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 {