summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/rule_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tome/squelch/rule_fwd.hpp')
-rw-r--r--src/include/tome/squelch/rule_fwd.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/tome/squelch/rule_fwd.hpp b/src/include/tome/squelch/rule_fwd.hpp
new file mode 100644
index 00000000..091e77ef
--- /dev/null
+++ b/src/include/tome/squelch/rule_fwd.hpp
@@ -0,0 +1,16 @@
+#ifndef H_4a8d2cfb_182c_4138_983d_606a9ac70784
+#define H_4a8d2cfb_182c_4138_983d_606a9ac70784
+
+#include "tome/enum_string_map.hpp"
+
+namespace squelch {
+
+enum class action_type;
+
+EnumStringMap<action_type> &action_mapping();
+
+class Rule;
+
+} // namespace
+
+#endif