]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: clean up flags usage
authorKarel Zak <kzak@redhat.com>
Thu, 3 Apr 2014 14:09:57 +0000 (16:09 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Apr 2014 14:09:57 +0000 (16:09 +0200)
commit0925a9dd6cd65feb8cb2d4d66551363f4af161e9
tree9981e45aee1274f959a9b32f3cbdffabc8a45d8c
parent7fa74cb098d57a6d770e19ba361c01382c9e924c
libsmartcols: clean up flags usage

 * rename flags functions to scols_table_enable_*
 * rename *_no_foo() functions to _nofoo()
 * output formats are mutually exclusive, so don't use flags there
 * don't assume symbols in scols_new_table(), use scols_table_set_symbols()

Signed-off-by: Karel Zak <kzak@redhat.com>
18 files changed:
disk-utils/cfdisk.c
disk-utils/partx.c
libfdisk/src/table.c
libsmartcols/docs/libsmartcols-sections.txt
libsmartcols/src/column.c
libsmartcols/src/libsmartcols.h.in
libsmartcols/src/libsmartcols.sym
libsmartcols/src/smartcolsP.h
libsmartcols/src/table.c
libsmartcols/src/table_print.c
misc-utils/findmnt.c
misc-utils/lsblk.c
misc-utils/lslocks.c
sys-utils/losetup.c
sys-utils/lscpu.c
sys-utils/prlimit.c
sys-utils/swapon.c
sys-utils/wdctl.c