mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Deprecate internal_list_val()
This commit is contained in:
parent
447b052d11
commit
c5236ecaee
4 changed files with 18 additions and 31 deletions
|
@ -54,6 +54,8 @@ extern bro_int_t opt_internal_int(const char* name);
|
|||
extern bro_uint_t opt_internal_unsigned(const char* name);
|
||||
extern StringVal* opt_internal_string(const char* name);
|
||||
extern TableVal* opt_internal_table(const char* name); // nil if not defined
|
||||
|
||||
[[deprecated("Remove in v4.1. Use lookup_ID(), zeek::lookup_val(), and/or TableVal::ToPureListVal().")]]
|
||||
extern ListVal* internal_list_val(const char* name);
|
||||
|
||||
[[deprecated("Remove in v4.1. Use zeek::lookup_type().")]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue