mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
src/libvirt_internal.h: use #pragma once
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
127b79f77f
commit
9d239be524
@ -22,10 +22,9 @@
|
||||
* include/libvirt/libvirt.h apply. ie this file is *append* only
|
||||
*/
|
||||
|
||||
#ifndef LIBVIRT_LIBVIRT_INTERNAL_H
|
||||
# define LIBVIRT_LIBVIRT_INTERNAL_H
|
||||
#pragma once
|
||||
|
||||
# include "internal.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef void (*virStateInhibitCallback)(bool inhibit,
|
||||
void *opaque);
|
||||
@ -297,5 +296,3 @@ virTypedParameterValidateSet(virConnectPtr conn,
|
||||
int virStreamInData(virStreamPtr stream,
|
||||
int *data,
|
||||
long long *length);
|
||||
|
||||
#endif /* LIBVIRT_LIBVIRT_INTERNAL_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user