tools: vsh: Unexport vshCmddefHelp

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2020-11-12 13:38:23 +01:00
parent 0956edee37
commit f2a602f5a3
2 changed files with 1 additions and 2 deletions

View File

@ -600,7 +600,7 @@ vshCmdGrpHelp(vshControl *ctl, const vshCmdGrp *grp)
return true;
}
bool
static bool
vshCmddefHelp(vshControl *ctl, const vshCmdDef *def)
{
const char *desc = NULL;

View File

@ -248,7 +248,6 @@ void vshCloseLogFile(vshControl *ctl);
const char *vshCmddefGetInfo(const vshCmdDef *cmd, const char *info);
const vshCmdDef *vshCmddefSearch(const char *cmdname);
bool vshCmddefHelp(vshControl *ctl, const vshCmdDef *def);
const vshCmdGrp *vshCmdGrpSearch(const char *grpname);
bool vshCmdGrpHelp(vshControl *ctl, const vshCmdGrp *grp);