]> git.lizzy.rs Git - bspwm.git/blobdiff - rules.h
New message: 'list_rules'
[bspwm.git] / rules.h
diff --git a/rules.h b/rules.h
index f09d21bc8962c19cbf4735e98ffe5c6da8a45909..27b718469718c966142c2602922dccea0bb03964 100644 (file)
--- a/rules.h
+++ b/rules.h
@@ -1,7 +1,9 @@
 #ifndef _RULES_H
 #define _RULES_H
 
+void add_rule(rule_t *);
 bool is_match(rule_t *, xcb_window_t);
 void handle_rules(xcb_window_t, monitor_t **, desktop_t **, bool *, bool *, bool *, bool *, bool *);
+void list_rules(char *);
 
 #endif