]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: move topology declarations into separate header
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 9 Sep 2019 19:37:05 +0000 (15:37 -0400)
committerEric Sandeen <sandeen@redhat.com>
Mon, 9 Sep 2019 19:37:05 +0000 (15:37 -0400)
commit7478c2e3699b7a4d93d7b146ab12c5e54a9030e5
treec17332420f3c83fa60fd63b858aff208d75151b2
parent621f3374d75725f33af6592c8005d15b9de57ffb
libxfs: move topology declarations into separate header

The topology functions live in libfrog now, which means their
declarations don't belong in libxcmd.h.  Create new header file for
them.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/libxcmd.h
libfrog/Makefile
libfrog/topology.c
libfrog/topology.h [new file with mode: 0644]
mkfs/xfs_mkfs.c
repair/sb.c