summaryrefslogtreecommitdiffstats
path: root/libsmartcols/docs
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/docs
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/docs')
-rw-r--r--libsmartcols/docs/libsmartcols-sections.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/libsmartcols/docs/libsmartcols-sections.txt b/libsmartcols/docs/libsmartcols-sections.txt
index dc2203702..a8dc884ab 100644
--- a/libsmartcols/docs/libsmartcols-sections.txt
+++ b/libsmartcols/docs/libsmartcols-sections.txt
@@ -85,6 +85,7 @@ scols_ref_table
scols_table_add_column
scols_table_add_line
scols_table_colors_wanted
+scols_table_enable_ascii
scols_table_enable_colors
scols_table_enable_export
scols_table_enable_maxout
@@ -111,7 +112,6 @@ scols_table_remove_column
scols_table_remove_columns
scols_table_remove_line
scols_table_remove_lines
-scols_table_set_ascii
scols_table_set_stream
scols_table_set_symbols
scols_unref_table
@@ -122,3 +122,15 @@ scols_unref_table
scols_print_table
scols_print_table_to_string
</SECTION>
+
+<SECTION>
+<FILE>version</FILE>
+scols_parse_version_string
+scols_get_library_version
+LIBSMARTCOLS_VERSION
+</SECTION>
+
+<SECTION>
+<FILE>init</FILE>
+scols_init_debug
+</SECTION>