Add header guard to libguestfs-inspect.h

This commit is contained in:
2024-03-06 20:15:40 -05:00
parent 3c9564cb3e
commit 1d17e047b7

View File

@@ -1,3 +1,6 @@
#ifndef LIBGUESTFS_INSPECT_H
#define LIBGUESTFS_INSPECT_H
#include <czmq.h>
enum guestfs_inspect_command_const {
@@ -131,3 +134,5 @@ static void command_destroy(struct guestfs_inpsect_command **c) {
free(*c);
*c = NULL;
}
#endif // LIBGUESTFS_INSPECT_H