Contents in 1999-06-04-13 of release-21-2.
[chise/xemacs-chise.git.1] / src / gpmevent.h
1 #ifndef _HAVE_GPM
2 #define _HAVE_GPM
3
4 int handle_gpm_read (struct Lisp_Event *event, struct console *con, int fd);
5 void connect_to_gpm (struct console *con);
6
7 #endif