annotate orphan base script components with &deprecated

This commit is contained in:
Vern Paxson 2022-05-05 11:15:13 -07:00 committed by Tim Wojtulewicz
parent 9b8ac44169
commit 6dc711c39e
8 changed files with 13 additions and 13 deletions

View file

@ -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);