提交 3afcc74a 编写于 作者: M Michal Privoznik

tools: Expose virshCommaStringListComplete()

In next commits the virsh-completer.c is going to be split into
smaller files. Expose virshCommaStringListComplete() so that it
can still be used from those new files.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
Reviewed-by: NJonathon Jongsma <jjongsma@redhat.com>
上级 a0e4f654
......@@ -96,7 +96,7 @@
* Returns: string list of completions on success,
* NULL otherwise.
*/
static char **
char **
virshCommaStringListComplete(const char *input,
const char **options)
{
......
......@@ -38,6 +38,9 @@ char ** virshDomainDiskTargetCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
char ** virshCommaStringListComplete(const char *input,
const char **options);
char ** virshStoragePoolNameCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册