]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: Export internally used types to API
authorKarel Zak <kzak@redhat.com>
Wed, 27 Sep 2023 10:47:15 +0000 (12:47 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Nov 2023 21:25:46 +0000 (22:25 +0100)
commitba1caa68a0eafefe8656c6acb7c57decef8575fd
treed73394a968884715e5ba4ebbd2a2f2fab9bb24f3
parentb816c845b6cdc87f90aea17339e029536713c70c
libsmartcols: Export internally used types to API

We anticipate a need for improved interaction between applications and
the library in certain scenarios. For instance, when a table contains
strings that cannot be readily converted from strings to numbers
(e.g., strings like "15.3MiB") but the application possesses data in a
more suitable format.

Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/filter-expr.c
libsmartcols/src/filter-param.c
libsmartcols/src/filter-parser.y
libsmartcols/src/filter.c
libsmartcols/src/libsmartcols.h.in
libsmartcols/src/smartcolsP.h