aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 */