mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Move Dictionary/PDict, List/PList, and Queue/PQueue to zeek namespace
This commit is contained in:
parent
4a1e17f4e0
commit
464efbe66a
30 changed files with 172 additions and 138 deletions
|
@ -18,7 +18,7 @@ extern void add_input_file_at_front(const char* file);
|
|||
|
||||
// Adds the substrings (using the given delimiter) in a string to the
|
||||
// given namelist.
|
||||
extern void add_to_name_list(char* s, char delim, name_list& nl);
|
||||
extern void add_to_name_list(char* s, char delim, zeek::name_list& nl);
|
||||
|
||||
extern void begin_RE();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue