summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsmartcols/src/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index 2f29c9f63..2a76048e1 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -85,6 +85,7 @@ struct libscols_column {
int flags;
int is_extreme;
char *color; /* default column color */
+ char *safechars; /* do not encode this bytes */
char *pending_data;
size_t pending_data_sz;
@@ -101,7 +102,6 @@ struct libscols_column {
char *, void *);
void *wrapfunc_data;
- const char *safechars; /* do not encode this bytes */
struct libscols_cell header;
struct list_head cl_columns;