small refactoring of lcdproc client: get rid of global variables tmp & buffer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef CPU_H
|
||||
#define CPU_H
|
||||
|
||||
int cpu_screen (int rep, int display, int *flags_ptr);
|
||||
int cpu_graph_screen (int rep, int display, int *flags_ptr);
|
||||
int cpu_screen(int rep, int display, int *flags_ptr);
|
||||
int cpu_graph_screen(int rep, int display, int *flags_ptr);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user