add function to support the LCDproc protocol 'info' command

This commit is contained in:
marschap
2006-03-11 07:58:54 +00:00
parent 333bc8b834
commit 8f4110ec26
4 changed files with 34 additions and 0 deletions
+1
View File
@@ -44,5 +44,6 @@ MODULE_EXPORT int CFontzPacket_get_brightness (Driver *drvthis, int state);
MODULE_EXPORT void CFontzPacket_set_brightness (Driver *drvthis, int state, int promille);
MODULE_EXPORT void CFontzPacket_backlight (Driver *drvthis, int on);
MODULE_EXPORT void CFontzPacket_output (Driver *drvthis, int state);
MODULE_EXPORT char *CFontzPacket_get_info (Driver *drvthis);
#endif /* CFONTZPACKET_H */