mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
annotate orphan base script components with &deprecated
This commit is contained in:
parent
9b8ac44169
commit
6dc711c39e
8 changed files with 13 additions and 13 deletions
|
@ -133,7 +133,7 @@ function remove_pending_cmd(pc: PendingCmds, ca: CmdArg): bool
|
|||
return F;
|
||||
}
|
||||
|
||||
function pop_pending_cmd(pc: PendingCmds, reply_code: count, reply_msg: string): CmdArg
|
||||
function pop_pending_cmd(pc: PendingCmds, reply_code: count, reply_msg: string): CmdArg &deprecated
|
||||
{
|
||||
local ca = get_pending_cmd(pc, reply_code, reply_msg);
|
||||
remove_pending_cmd(pc, ca);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue