OSDN Git Service

ext4_utils: reduce exported apis
authorColin Cross <ccross@android.com>
Wed, 23 Jan 2013 23:38:57 +0000 (15:38 -0800)
committerColin Cross <ccross@android.com>
Thu, 24 Jan 2013 01:00:13 +0000 (17:00 -0800)
commit965298695c981ee5a67e86977a8e40a50f7392ab
tree52c260f635da2f3bdaa57edeb0b091360ad7f82a
parent03ad99cff5743b9e0ce462f53dd2f0fcb17b169b
ext4_utils: reduce exported apis

Remove unnecessary functions from make_ext4fs.h so they are not
exposed to users of libext4_utils.

Requires fixing up some internal places that depended on the
definitions in the external make_ext4fs.h header.

Change-Id: Ied24e0efb648d4fd2ccdd1a5a1b685e9bde9cfd7
ext4_utils/ext4_utils.h
ext4_utils/make_ext4fs.c
ext4_utils/make_ext4fs.h
ext4_utils/make_ext4fs_main.c