mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tools: Separate network related completers into a file
Mixing all completers in one file does not support maintainability. Separate those completers which relate to networks (e.g. they complete various network aspects) into virsh-completer-network.c Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
@@ -24,24 +24,13 @@
|
||||
|
||||
#include "virsh-completer-domain.h"
|
||||
#include "virsh-completer-interface.h"
|
||||
#include "virsh-completer-network.h"
|
||||
#include "virsh-completer-pool.h"
|
||||
#include "virsh-completer-volume.h"
|
||||
|
||||
char ** virshCommaStringListComplete(const char *input,
|
||||
const char **options);
|
||||
|
||||
char ** virshNetworkNameCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
unsigned int flags);
|
||||
|
||||
char ** virshNetworkEventNameCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
unsigned int flags);
|
||||
|
||||
char ** virshNetworkPortUUIDCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
unsigned int flags);
|
||||
|
||||
char ** virshNodeDeviceNameCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
unsigned int flags);
|
||||
|
||||
Reference in New Issue
Block a user