Files
lcdproc/server/input.h
T
1999-12-09 23:15:14 +00:00

10 lines
124 B
C

#ifndef INPUT_H
#define INPUT_H
// Accepts and uses keypad input while displaying screens...
int handle_input();
#endif