clean up lcdproc client and add menu support (to be enabled at compile time) -
based upon patch by Andrew Foss
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
#ifndef CPU_H
|
||||
#define CPU_H
|
||||
|
||||
#ifdef LCDPROC_MENUS
|
||||
int cpu_screen (int rep, int display, int * flags_ptr);
|
||||
int cpu_graph_screen (int rep, int display, int * flags_ptr);
|
||||
#else
|
||||
int cpu_screen (int rep, int display);
|
||||
int cpu_graph_screen (int rep, int display);
|
||||
#endif
|
||||
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