From d1571f8c173ca9172fa295e6aac48b8c0c367950 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 26 Nov 2010 10:46:11 +0100 Subject: Add a special filter type to handle enumerations --- src/util/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index 53a6b1c97..e48069495 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -50,6 +50,8 @@ typedef int errno_t; #define _(STRING) gettext (STRING) +#define ENUM_INDICATOR "*" + extern const char *debug_prg_name; extern int debug_level; extern int debug_timestamps; -- cgit