diff src/xterm.h @ 43811:02c8b8c0f570

Extern declare x_session_check_input () and x_session_initialize ().
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 10 Mar 2002 16:14:00 +0000
parents 2e4c66e516bc
children c2a6e23711e9
line wrap: on
line diff
--- a/src/xterm.h	Sun Mar 10 16:02:47 2002 +0000
+++ b/src/xterm.h	Sun Mar 10 16:14:00 2002 +0000
@@ -1098,3 +1098,11 @@
 #ifdef USE_X_TOOLKIT
 extern void widget_store_internal_border P_ ((Widget));
 #endif
+
+/* Defined in xsmfns.c */
+#ifdef HAVE_X_SM
+extern void x_session_initialize P_ ((void));
+extern int x_session_check_input P_ ((struct input_event *bufp,
+                                      int *numchars));
+extern int x_session_have_connection P_ ((void));
+#endif