diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-07-07 23:09:19 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-07-07 23:09:19 +0200 |
| commit | d91dca7a417c55224167e33d7d0cad550218ead9 (patch) | |
| tree | 654e316764a3fc5eff65a79ca479d590d518571b /include | |
| parent | 2b9b4dd8321dbe253b5edcb031fc2f2a71a6d4cc (diff) | |
| download | dir_monitor-d91dca7a417c55224167e33d7d0cad550218ead9.tar.gz dir_monitor-d91dca7a417c55224167e33d7d0cad550218ead9.tar.bz2 | |
output: --print-header to label columns
Diffstat (limited to 'include')
| -rw-r--r-- | include/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/options.h b/include/options.h index e31fd6a..062d120 100644 --- a/include/options.h +++ b/include/options.h @@ -28,6 +28,7 @@ enum esort_type { SORT_BY_NAME, SORT_BY_SIZE, SORT_BY_TIME }; extern bool option_sort_reverse_order; extern enum esort_type option_sort_type; +extern bool option_print_header; extern bool option_show_hidden_entries; extern bool option_timestamp_long; extern char option_time_field; |
