summaryrefslogtreecommitdiff
path: root/src/identify_mode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/identify_mode.hpp')
-rw-r--r--src/identify_mode.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/identify_mode.hpp b/src/identify_mode.hpp
new file mode 100644
index 00000000..687a1fae
--- /dev/null
+++ b/src/identify_mode.hpp
@@ -0,0 +1,3 @@
+#pragma once
+
+typedef enum { IDENT_NORMAL, IDENT_FULL } identify_mode;