mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Pass over the InternalError() changes.
This commit is contained in:
parent
af446ec189
commit
d6855dc4eb
14 changed files with 33 additions and 52 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
// dump after the message has been reported.
|
||||
void InternalError(const char* fmt, ...) FMT_ATTR;
|
||||
|
||||
// Reporter an internal analyzer error. That analyzer will not process
|
||||
// Report an internal analyzer error. That analyzer will not process
|
||||
// any further input, but Bro otherwise continues normally.
|
||||
void InternalAnalyzerError(analyzer::Analyzer* a, const char* fmt, ...);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue