mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
utils: Split out structs cleanups and printing into common/structs.
These won't be used by the daemon, so interferes with us using common/utils in the daemon, so they are moved to a different library.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "guestfs.h"
|
||||
#include "guestfs-internal.h"
|
||||
#include "guestfs-internal-actions.h"
|
||||
#include "structs-cleanups.h"
|
||||
|
||||
static int
|
||||
compare (const void *vp1, const void *vp2)
|
||||
|
||||
Reference in New Issue
Block a user