aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnser <rostgans@tutamail.com>2026-08-11 13:11:39 +0200
committerAnser <rostgans@tutamail.com>2026-08-11 20:04:21 +0200
commit729746e50ebc8e4eb4c98f7556a241aec111e07d (patch)
treee33e627474fdba4c625bb72f9848b1f067303aff /include
parenteb6f986361713d6ce47c6d4572bb24d9f6207ddf (diff)
some more rework in readme.md and src file structure
Diffstat (limited to 'include')
-rw-r--r--include/cfetch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cfetch.h b/include/cfetch.h
index 57c8781..d8a6f92 100644
--- a/include/cfetch.h
+++ b/include/cfetch.h
@@ -28,6 +28,7 @@ typedef struct distro_mapping_t
const char *ascii_file;
} distro_mapping_t;
+/* System info functions */
void print_ascii_art(system_info_t *info, int art);
void get_cpu(system_info_t *info);
@@ -36,9 +37,8 @@ void get_os(system_info_t *info);
/* Util functions */
+
char *string_format(char *string);
char *concat(const char *str1, const char *str2);
-
-
#endif /* CFETCH_H */