- Remove shared/str.h where not used. - Remove shared/debug.h from all files as it has been completely replaced by shared/report.h (it will be removed later). - Add more doxygen comments to shared/* and clients/lcdproc/*. - Include static functions in doxygen output.
8 lines
107 B
C
8 lines
107 B
C
#ifndef CTRL_H
|
|
#define CTRL_H
|
|
|
|
int eyebox_screen(char display, int init);
|
|
void eyebox_clear(void);
|
|
|
|
#endif
|