URI:
       types.h - spoon - set dwm status
  HTML git clone git://git.codemadness.org/spoon
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       types.h (193B)
       ---
            1 struct battarg {
            2         char *cap;
            3         char *ac;
            4 };
            5 
            6 struct mpdarg {
            7         char *host;
            8         unsigned int port;
            9 };
           10 
           11 struct keyarg {
           12         int sym;
           13         char *on;
           14         char *off;
           15 };
           16 
           17 struct datearg {
           18         char *fmt;
           19         char *tz;
           20 };