mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Minor adjustments to plugin code/docs.
Mostly whitespace/typos. Moved some Plugin methods out from public access.
This commit is contained in:
parent
3ee64ff2ce
commit
69b1ba653d
13 changed files with 138 additions and 73 deletions
|
@ -178,7 +178,7 @@ bool is_file(const std::string& path);
|
|||
// Replaces all occurences of *o* in *s* with *n*.
|
||||
extern std::string strreplace(const std::string& s, const std::string& o, const std::string& n);
|
||||
|
||||
// Remove all leading and trainling white space from string.
|
||||
// Remove all leading and trailing white space from string.
|
||||
extern std::string strstrip(std::string s);
|
||||
|
||||
extern uint8 shared_hmac_md5_key[16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue