Fix clang-tidy modernize-redundant-void-arg findings

This commit is contained in:
Tim Wojtulewicz 2025-05-15 09:33:56 -07:00
parent 5930d2f944
commit 8c3eee7a87
3 changed files with 7 additions and 6 deletions

View file

@ -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();