mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Remove other general deprecations
This commit is contained in:
parent
6130d32440
commit
fb16ce3711
16 changed files with 5 additions and 278 deletions
|
@ -547,12 +547,6 @@ std::string canonify_name(const std::string& name);
|
|||
*/
|
||||
void zeek_strerror_r(int zeek_errno, char* buf, size_t buflen);
|
||||
|
||||
/**
|
||||
* A wrapper function for getenv(). Helps check for existence of
|
||||
* legacy environment variable names that map to the latest \a name.
|
||||
*/
|
||||
[[deprecated("Remove in v5.1. Use getenv() directly.")]] char* zeekenv(const char* name);
|
||||
|
||||
/**
|
||||
* Escapes bytes in a string that are not valid UTF8 characters with \xYY format. Used
|
||||
* by the JSON writer and BIF methods.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue