aboutsummaryrefslogtreecommitdiff
path: root/include/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/output.h')
-rw-r--r--include/output.h3
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