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:
Jonathon Jongsma
2019-06-18 11:13:15 -05:00
committed by Ján Tomko
parent c35d8a7d5e
commit a325763ff1
25 changed files with 146 additions and 219 deletions

View File

@@ -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 */