summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2008-10-07 15:25:41 +0200
committerMichael Stapelberg <michael+x200@stapelberg.de>2008-10-07 15:25:41 +0200
commitb9948793a5f02a649f1baf700baefab40e044567 (patch)
tree04240d53f3e6b9d7d39ef8c146bdf4067dcef7ca /config.h
parenta49ff50578c3527634ff7cad11c8a2878403fde8 (diff)
Add manpage, ignore spaces in tokens, introduce interval
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 1ed0176..3e018a4 100644
--- a/config.h
+++ b/config.h
@@ -15,6 +15,7 @@ extern const char **run_watches;
extern unsigned int num_run_watches;
extern const char *wmii_normcolors;
extern const char order[MAX_ORDER][2];
+extern int interval;
extern bool use_colors;
#endif