(Fcharset_name): Define `byte_offset' in non-UTF-2000 configuration.
[chise/xemacs-chise.git-] / 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