From 00ce50bf43b34ef9a66bc2ba0c64ba3d965ff6ea Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 31 Jan 2023 08:52:01 -0500 Subject: Allow regexp matching for window title and class --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') 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); -- cgit v1.2.3