]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: move struct ext2fs_nls_table to the private ext2fsP.h header
authorTheodore Ts'o <tytso@mit.edu>
Fri, 3 May 2019 20:42:36 +0000 (16:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 3 May 2019 20:43:05 +0000 (16:43 -0400)
commit201aff895afe7f338dc113b2503ba765a39ed112
treea20e45c2b03e4bcd0aec1bc27a1f6cc08bb3fdfc
parent28887533bb64db318e74c38cd9c0ad6d0bb2ced2
libext2fs: move struct ext2fs_nls_table to the private ext2fsP.h header

Callers of libext2fs don't need to use this structure, and this gives
us the ability to change it later on without worrying about
changing public ABI's.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/dirhash.c
lib/ext2fs/ext2fs.h
lib/ext2fs/ext2fsP.h
lib/ext2fs/nls_utf8.c