aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 82e9887d6..d5ddc1f13 100644
--- a/common/util.h
+++ b/common/util.h
@@ -389,6 +389,14 @@ int match_multistr (const char *multistr,const char *match);
int gnupg_compare_version (const char *a, const char *b);
+struct debug_flags_s
+{
+ unsigned int flag;
+ const char *name;
+};
+int parse_debug_flag (const char *string, unsigned int *debugvar,
+ const struct debug_flags_s *flags);
+
/*-- Simple replacement functions. */