summaryrefslogtreecommitdiff
path: root/column.h
diff options
context:
space:
mode:
Diffstat (limited to 'column.h')
-rw-r--r--column.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/column.h b/column.h
index 0a61917..2567a5c 100644
--- a/column.h
+++ b/column.h
@@ -36,6 +36,7 @@ static inline int column_active(unsigned int colopts)
return (colopts & COL_ENABLE_MASK) == COL_ENABLED;
}
+struct string_list;
extern void print_columns(const struct string_list *list, unsigned int colopts,
const struct column_options *opts);