Files
lcdproc/server/drivers/irmanin.h
T

9 lines
217 B
C
Raw Normal View History

1999-12-09 23:15:14 +00:00
#ifndef LCD_IRMANIN__H
#define LCD_IRMANIN_H
MODULE_EXPORT int irmanin_init (Driver *drvthis);
MODULE_EXPORT void irmanin_close (Driver *drvthis);
MODULE_EXPORT const char *irmanin_get_key (Driver *drvthis);
1999-12-09 23:15:14 +00:00
#endif