summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorKarel Zak2014-04-07 13:43:50 +0200
committerKarel Zak2014-04-07 13:43:50 +0200
commit4418714f471c9ce5a0054d2c7c51cd6d7ab85fef (patch)
tree771420c820cfef33bbd8125ec94815549271dae2 /libsmartcols/src/libsmartcols.sym
parentlibblkid: remove private function from docs (diff)
downloadkernel-qcow2-util-linux-4418714f471c9ce5a0054d2c7c51cd6d7ab85fef.tar.gz
kernel-qcow2-util-linux-4418714f471c9ce5a0054d2c7c51cd6d7ab85fef.tar.xz
kernel-qcow2-util-linux-4418714f471c9ce5a0054d2c7c51cd6d7ab85fef.zip
libsmartcols: add debug and version functions
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 40cc12c86..3984751cf 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -26,6 +26,8 @@ global:
scols_copy_symbols;
scols_copy_table;
scols_free_iter;
+ scols_get_library_version;
+ scols_init_debug;
scols_iter_get_direction;
scols_line_add_child;
scols_line_alloc_cells;
@@ -47,6 +49,7 @@ global:
scols_new_line;
scols_new_symbols;
scols_new_table;
+ scols_parse_version_string;
scols_print_table;
scols_print_table_to_string;
scols_ref_column;