mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tools: use #pragma once in headers
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
committed by
Ján Tomko
parent
c35d8a7d5e
commit
a325763ff1
@@ -18,10 +18,9 @@
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBVIRT_VIRSH_COMPLETER_H
|
||||
# define LIBVIRT_VIRSH_COMPLETER_H
|
||||
#pragma once
|
||||
|
||||
# include "vsh.h"
|
||||
#include "vsh.h"
|
||||
|
||||
char ** virshDomainNameCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
@@ -118,4 +117,3 @@ char ** virshCellnoCompleter(vshControl *ctl,
|
||||
char ** virshDomainShutdownModeCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
unsigned int flags);
|
||||
#endif /* LIBVIRT_VIRSH_COMPLETER_H */
|
||||
|
||||
Reference in New Issue
Block a user