mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Fix clang-tidy modernize-redundant-void-arg findings
This commit is contained in:
parent
5930d2f944
commit
8c3eee7a87
3 changed files with 7 additions and 6 deletions
|
@ -19,7 +19,7 @@ zeek::detail::NFA_Machine* zeek::detail::nfa = nullptr;
|
|||
bool zeek::detail::case_insensitive = false;
|
||||
bool zeek::detail::re_single_line = false;
|
||||
|
||||
extern int RE_parse(void);
|
||||
extern int RE_parse();
|
||||
extern void RE_set_input(const char* str);
|
||||
extern void RE_done_with_scan();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue