summaryrefslogtreecommitdiff
path: root/tools/virsh-completer-network.h
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2021-09-16 11:19:01 +0200
committerPeter Krempa <pkrempa@redhat.com>2021-09-17 09:40:46 +0200
commit4402bff1eccef80a9e1ca6b18542f00dfaacf3a5 (patch)
tree06fae15c216059e297c764bf42358276edae68ae /tools/virsh-completer-network.h
parent6246bc660131473b277eeaac22f480a81156667d (diff)
downloadlibvirt-4402bff1eccef80a9e1ca6b18542f00dfaacf3a5.tar.gz
virsh-completer*.h: Use modern header style
Prevent the need to edit the function declarations to put them into the header. There was even inconsistent use. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tools/virsh-completer-network.h')
-rw-r--r--tools/virsh-completer-network.h35
1 files changed, 20 insertions, 15 deletions
diff --git a/tools/virsh-completer-network.h b/tools/virsh-completer-network.h
index 80df5c468e..ffcda68355 100644
--- a/tools/virsh-completer-network.h
+++ b/tools/virsh-completer-network.h
@@ -22,22 +22,27 @@
#include "vsh.h"
-char ** virshNetworkNameCompleter(vshControl *ctl,
- const vshCmd *cmd,
- unsigned int flags);
+char **
+virshNetworkNameCompleter(vshControl *ctl,
+ const vshCmd *cmd,
+ unsigned int flags);
-char ** virshNetworkEventNameCompleter(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 **
+virshNetworkPortUUIDCompleter(vshControl *ctl,
+ const vshCmd *cmd,
+ unsigned int flags);
-char ** virshNetworkUUIDCompleter(vshControl *ctl,
- const vshCmd *cmd,
- unsigned int flags);
+char **
+virshNetworkUUIDCompleter(vshControl *ctl,
+ const vshCmd *cmd,
+ unsigned int flags);
-char ** virshNetworkDhcpMacCompleter(vshControl *ctl,
- const vshCmd *cmd,
- unsigned int flags);
+char **
+virshNetworkDhcpMacCompleter(vshControl *ctl,
+ const vshCmd *cmd,
+ unsigned int flags);