tSort declarations - spoon - dwm status utility (2f30 fork)
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 9d41c2ba7dc542482bfb73f03c5e294e7ce1f947
 (DIR) parent 96931ea266470a6a7b1f302837963dbb4351996e
 (HTM) Author: sin <sin@2f30.org>
       Date:   Thu, 13 Oct 2016 10:45:18 +0100
       
       Sort declarations
       
       Diffstat:
         M spoon.c                             |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) 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 {