mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
util: log: 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:
parent
2edd1c1d86
commit
65d6a1df03
@ -19,8 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LIBVIRT_VIRLOG_H
|
||||
# define LIBVIRT_VIRLOG_H
|
||||
#pragma once
|
||||
|
||||
#include "internal.h"
|
||||
#include "virbuffer.h"
|
||||
@ -238,5 +237,3 @@ int virLogParseOutputs(const char *src,
|
||||
virLogOutputPtr **outputs) ATTRIBUTE_NONNULL(1);
|
||||
int virLogParseFilters(const char *src,
|
||||
virLogFilterPtr **filters) ATTRIBUTE_NONNULL(1);
|
||||
|
||||
#endif /* LIBVIRT_VIRLOG_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user