aboutsummaryrefslogtreecommitdiff
path: root/include/cfetch.h
diff options
context:
space:
mode:
authorAnser <rostgans@tutamail.com>2026-08-12 00:47:59 +0200
committerAnser <rostgans@tutamail.com>2026-08-12 00:47:59 +0200
commitd195f0a76a3ce64761958f7d33ccbdbac3844fec (patch)
tree5dd884d5a4ba600704288e316867ea94dcceb59c /include/cfetch.h
parentdc31d5c3d4d329ddae97d93b41869c96b5f97b2f (diff)
trying to workout how to get the maxline width
Diffstat (limited to 'include/cfetch.h')
-rw-r--r--include/cfetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cfetch.h b/include/cfetch.h
index d8a6f92..268fa22 100644
--- a/include/cfetch.h
+++ b/include/cfetch.h
@@ -34,6 +34,7 @@ void print_ascii_art(system_info_t *info, int art);
void get_cpu(system_info_t *info);
void get_memory(system_info_t *info);
void get_os(system_info_t *info);
+void get_line_length(ascii_art_t *ascii, const char **line);
/* Util functions */