diff options
Diffstat (limited to 'src/shared/format-table.h')
-rw-r--r-- | src/shared/format-table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/format-table.h b/src/shared/format-table.h index cb9232b47a..fa7a2bd6d6 100644 --- a/src/shared/format-table.h +++ b/src/shared/format-table.h @@ -11,6 +11,7 @@ typedef enum TableDataType { TABLE_EMPTY, TABLE_STRING, + TABLE_STRV, TABLE_PATH, TABLE_BOOLEAN, TABLE_TIMESTAMP, |