lib: Move utilities to new directory common/utils.

Just code motion.

This commit makes it clearer what is a utility and what is part of the
library.  It also makes it clear that we should rename:

  guestfs-internal-frontend.h -> utils.h
  guestfs-internal-frontend-cleanups.h -> cleanups.h (?)

but this commit does not make that change.
This commit is contained in:
Richard W.M. Jones
2017-01-19 15:53:19 +00:00
parent 88c0ce2397
commit b53cec584d
61 changed files with 235 additions and 103 deletions

View File

@@ -56,7 +56,7 @@ let rec generate_perl_xs () =
#endif
#include <guestfs.h>
#include \"guestfs-internal-frontend.h\"
#include \"guestfs-internal-all.h\"
static SV *
my_newSVll(long long val) {