utils: Rename ‘guestfs-internal-frontend.h’ to ‘guestfs-utils.h’.

The reason it's not just ‘utils.h’ is because Pino is worried that we
might pick up /usr/include/utils.h from a rogue library.
This commit is contained in:
Richard W.M. Jones
2017-06-09 11:52:42 +01:00
parent 8be72935dc
commit e6c89f9631
79 changed files with 94 additions and 96 deletions

View File

@@ -25,7 +25,7 @@
#include "com_redhat_et_libguestfs_GuestFS.h"
#include "guestfs.h"
#include "guestfs-internal-frontend.h"
#include "guestfs-utils.h"
/* This is the opaque data passed between _set_event_callback and
* the C wrapper which calls the Java event callback.