mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
low-level addition of enum values
This commit is contained in:
parent
d53d2ac755
commit
b242430bd1
2 changed files with 10 additions and 0 deletions
|
@ -716,6 +716,8 @@ protected:
|
|||
void AddNameInternal(const std::string& module_name,
|
||||
const char* name, bro_int_t val, bool is_export);
|
||||
|
||||
void AddNameInternal(const std::string& full_name, bro_int_t val);
|
||||
|
||||
void CheckAndAddName(const std::string& module_name,
|
||||
const char* name, bro_int_t val, bool is_export,
|
||||
detail::Expr* deprecation = nullptr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue