build: rename files.h to virfile.h

In preparation for a future patch adding new virFile APIs.

* src/util/files.h, src/util/files.c: Move...
* src/util/virfile.h, src/util/virfile.c: ...here, and rename
functions to virFile prefix.  Macro names are intentionally
left alone.
* *.c: All '#include "files.h"' uses changed.
* src/Makefile.am (UTIL_SOURCES): Reflect rename.
* cfg.mk (exclude_file_name_regexp--sc_prohibit_close): Likewise.
* src/libvirt_private.syms: Likewise.
* docs/hacking.html.in: Likewise.
* HACKING: Regenerate.
This commit is contained in:
Eric Blake
2011-07-19 12:32:58 -06:00
parent 5d804ffae4
commit 8e22e08935
86 changed files with 103 additions and 103 deletions

View File

@@ -39,7 +39,7 @@
# include "console.h"
# include "logging.h"
# include "util.h"
# include "files.h"
# include "virfile.h"
# include "memory.h"
# include "virterror_internal.h"

View File

@@ -52,7 +52,7 @@
#include "memory.h"
#include "xml.h"
#include "libvirt/libvirt-qemu.h"
#include "files.h"
#include "virfile.h"
#include "event_poll.h"
#include "configmake.h"
#include "threads.h"