XEmacs 21.2-b1
[chise/xemacs-chise.git.1] / src / gpmevent.h
diff --git a/src/gpmevent.h b/src/gpmevent.h
new file mode 100644 (file)
index 0000000..9966990
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _HAVE_GPM
+#define _HAVE_GPM
+
+int handle_gpm_read (struct Lisp_Event *event, struct console *con, int fd);
+void connect_to_gpm (struct console *con);
+
+#endif