Add header guard to libguestfs-inspect.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user