mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Fix various documentation/typos; remove a few superfluous things.
This commit is contained in:
parent
8e7ef001b3
commit
a5e1810aa8
17 changed files with 110 additions and 103 deletions
|
@ -509,31 +509,31 @@ public:
|
|||
virtual void UpdateConnVal(RecordVal *conn_val);
|
||||
|
||||
/**
|
||||
* Convinience function that forwards directly to
|
||||
* Convenience function that forwards directly to
|
||||
* Connection::BuildConnVal().
|
||||
*/
|
||||
RecordVal* BuildConnVal();
|
||||
|
||||
/**
|
||||
* Convinience function that forwards directly to the corresponding
|
||||
* Convenience function that forwards directly to the corresponding
|
||||
* Connection::Event().
|
||||
*/
|
||||
void Event(EventHandlerPtr f, const char* name = 0);
|
||||
|
||||
/**
|
||||
* Convinience function that forwards directly to the corresponding
|
||||
* Convenience function that forwards directly to the corresponding
|
||||
* Connection::Event().
|
||||
*/
|
||||
void Event(EventHandlerPtr f, Val* v1, Val* v2 = 0);
|
||||
|
||||
/**
|
||||
* Convinience function that forwards directly to
|
||||
* Convenience function that forwards directly to
|
||||
* Connection::ConnectionEvent().
|
||||
*/
|
||||
void ConnectionEvent(EventHandlerPtr f, val_list* vl);
|
||||
|
||||
/**
|
||||
* Convinience function that forwards directly to the corresponding
|
||||
* Convenience function that forwards directly to the corresponding
|
||||
* Connection::Weird().
|
||||
*/
|
||||
void Weird(const char* name, const char* addl = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue