From bb6b8ce9146d77cbea6c37eeac0fd1e760061036 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Nov 2024 00:17:33 +0100 Subject: Introduce pcre2_bitch_and_die() --- src/util.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/util.h (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h new file mode 100644 index 0000000..d2909ce --- /dev/null +++ b/src/util.h @@ -0,0 +1,6 @@ +#ifndef GRAB_UTIL_H +#define GRAB_UTIL_H + +void pcre2_bitch_and_die(int ec, const char *fmt); + +#endif /* !GRAB_UTIL_H */ \ No newline at end of file -- cgit v1.2.3