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/output.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/output.h')
| -rw-r--r-- | include/output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/output.h b/include/output.h index 35640fe..53f0869 100644 --- a/include/output.h +++ b/include/output.h @@ -23,6 +23,7 @@ int fputc_all_cols(char c, FILE *fdout); int fputc_width_x(char c, size_t x, FILE *fdout); void print_list(struct list_head *list); +void print_list_formatted(const char *format, struct list_head *list); #endif |
