diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-06-21 23:57:40 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-06-21 23:57:40 +0200 |
| commit | 9f30334c544326732698012b3ebe9ffbec0afe0e (patch) | |
| tree | a5f091625cc6aece98222daa4e1358a57387f61b /include/options.h | |
| parent | cd9a1509a9d465f5c23bb35c7010af0b59020489 (diff) | |
| download | dir_monitor-9f30334c544326732698012b3ebe9ffbec0afe0e.tar.gz dir_monitor-9f30334c544326732698012b3ebe9ffbec0afe0e.tar.bz2 | |
simple format string: name, size and time fields
Diffstat (limited to 'include/options.h')
| -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 5e951b2..e31fd6a 100644 --- a/include/options.h +++ b/include/options.h @@ -32,6 +32,7 @@ extern bool option_show_hidden_entries; extern bool option_timestamp_long; extern char option_time_field; +extern char *option_format_string; int parse_arguments(int argc, char **argv); void set_option(const char *option_name, char *option_argument); |
