aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-31 08:52:01 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-31 08:52:01 -0500
commit00ce50bf43b34ef9a66bc2ba0c64ba3d965ff6ea (patch)
treec8dd3e7685bf46f91bbe01ffa220542e881e2773 /util.h
parent7dcc0ef3969f2bbfbee8846d0bddbd39ce197d93 (diff)
downloaddwm-00ce50bf43b34ef9a66bc2ba0c64ba3d965ff6ea.tar.gz
dwm-00ce50bf43b34ef9a66bc2ba0c64ba3d965ff6ea.tar.xz
Allow regexp matching for window title and class
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index f633b51..cd7c08d 100644
--- a/util.h
+++ b/util.h
@@ -6,3 +6,4 @@
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
+int reMatch(const char *regex, const char *str);