mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v0.98][Refactoring] Use array of colors instead of fixed structure of colors in args
This commit is contained in:
@@ -22,6 +22,6 @@ typedef int STYLE;
|
||||
void print_levels(struct cpuInfo* cpu);
|
||||
#endif
|
||||
|
||||
bool print_cpufetch(struct cpuInfo* cpu, STYLE s, struct colors* cs);
|
||||
bool print_cpufetch(struct cpuInfo* cpu, STYLE s, struct color** cs);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user