summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
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/table.c
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/table.c')
-rw-r--r--libsmartcols/src/table.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 7b08bc3d6..1fa7d05f0 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -92,9 +92,8 @@ void scols_unref_table(struct libscols_table *tb)
* scols_table_add_column:
* @tb: a pointer to a struct libscols_table instance
* @cl: a pointer to a struct libscols_column instance
- * @flags: a flag mask integer
*
- * Adds @cl to @tb's column list, setting the appropriate flags to @flags.
+ * Adds @cl to @tb's column list.
*
* Returns: 0, a negative number in case of an error.
*/