diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-06-16 20:20:20 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-06-16 20:20:20 +0200 |
| commit | be8f8a9f4caa883e3de98b276cdad55d4fc65c0d (patch) | |
| tree | 40148ab39566cfa614ca9a5e64049ff54cdd1e84 /include/output.h | |
| parent | 62e45906f1ffcaa2e3039a4306c01465c3eadfd8 (diff) | |
| download | dir_monitor-be8f8a9f4caa883e3de98b276cdad55d4fc65c0d.tar.gz dir_monitor-be8f8a9f4caa883e3de98b276cdad55d4fc65c0d.tar.bz2 | |
CMakeLists: hardening flags
Diffstat (limited to 'include/output.h')
| -rw-r--r-- | include/output.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/output.h b/include/output.h index 22f3885..beb9559 100644 --- a/include/output.h +++ b/include/output.h @@ -2,8 +2,6 @@ /* Copyright 2025 Thorsten Töpper * - * output related functions and definitions - * * vim:ts=4:sw=4:expandtab */ #ifndef OUTPUT_H @@ -25,5 +23,6 @@ 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); + #endif |
