diff options
Diffstat (limited to 'hivex/hivex.c')
-rw-r--r-- | hivex/hivex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hivex/hivex.c b/hivex/hivex.c index 7d26eeb..990be83 100644 --- a/hivex/hivex.c +++ b/hivex/hivex.c @@ -268,6 +268,8 @@ header_checksum (const hive_h *h) return sum; } +#define HIVEX_OPEN_MSGLVL_MASK (HIVEX_OPEN_VERBOSE|HIVEX_OPEN_DEBUG) + hive_h * hivex_open (const char *filename, int flags) { |