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
|
#pragma once
|
||||||
# define LIBVIRT_VIRLOG_H
|
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "virbuffer.h"
|
#include "virbuffer.h"
|
||||||
@ -238,5 +237,3 @@ int virLogParseOutputs(const char *src,
|
|||||||
virLogOutputPtr **outputs) ATTRIBUTE_NONNULL(1);
|
virLogOutputPtr **outputs) ATTRIBUTE_NONNULL(1);
|
||||||
int virLogParseFilters(const char *src,
|
int virLogParseFilters(const char *src,
|
||||||
virLogFilterPtr **filters) ATTRIBUTE_NONNULL(1);
|
virLogFilterPtr **filters) ATTRIBUTE_NONNULL(1);
|
||||||
|
|
||||||
#endif /* LIBVIRT_VIRLOG_H */
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user