summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 0cae1ae..4a976aa 100644
--- a/common.h
+++ b/common.h
@@ -8,6 +8,9 @@ struct Settings {
bool rel_marks{};
bool abs_marks{};
bool imm_marks{};
+ bool export_marks{};
+ bool export_all_marks{};
+ bool export_functions{};
bool xrefs_to{};
bool xrefs_from{};
bool raw_data_comment{};