summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/rule_fwd.hpp
blob: 091e77efedd1ad6bc26f7295115c320223f04ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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