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:
marschap
2006-02-18 19:50:50 +00:00
parent d77ada0bde
commit 6bc60a92fe
20 changed files with 224 additions and 510 deletions
+2 -7
View File
@@ -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