On Wednesday, 25 January 2017 14:37:11 CET Richard W.M. Jones wrote:
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 (?)
I'd not name an header as "utils.h": in the past, I've been bitten by a
library naming a public installed header (!) as /usr/include/utils.h,
nicely colliding with the utils.h in my own project.
--
Pino Toscano