On 08/20/2012 06:40 PM, Eric Blake wrote:
Another worthwhile split, needed one more public function.
* tools/virsh-nodedev.h: New file.
* tools/Makefile.am (virsh_SOURCES): Build it.
* tools/virsh-nodedev.c: Use new header.
* tools/virsh.c: Likewise.
(vshTreePrint): Export.
* tools/virsh.h (vshTreePrint): Declare.
---
tools/Makefile.am | 2 +-
tools/virsh-nodedev.c | 16 +++++++++++++++-
tools/virsh-nodedev.h | 33 +++++++++++++++++++++++++++++++++
tools/virsh.c | 8 ++------
tools/virsh.h | 6 ++++++
5 files changed, 57 insertions(+), 8 deletions(-)
create mode 100644 tools/virsh-nodedev.h
This is a duplicate of PATCH 13/4