diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/cfetch.h | 4 |
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 */ |
