diff options
author | Sumit Bose <sbose@redhat.com> | 2010-11-26 10:46:11 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-02 09:38:10 -0500 |
commit | d1571f8c173ca9172fa295e6aac48b8c0c367950 (patch) | |
tree | ac2208fa402a2718bf0023cd06d7c4d986565213 /src/util | |
parent | c99f085747aabafc4a440b5bfd1d9a6bea995620 (diff) | |
download | sssd-d1571f8c173ca9172fa295e6aac48b8c0c367950.tar.gz sssd-d1571f8c173ca9172fa295e6aac48b8c0c367950.tar.bz2 sssd-d1571f8c173ca9172fa295e6aac48b8c0c367950.zip |
Add a special filter type to handle enumerations
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h index 53a6b1c9..e4806949 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; |