comparison src/xterm.c @ 46113:18d1aad1c8ab

Fix prototype for K&R.
author Dave Love <fx@gnu.org>
date Mon, 01 Jul 2002 15:59:26 +0000
parents b0eec47a28f2
children c7c9340eeb69
comparison
equal deleted inserted replaced
46112:4918c64cf502 46113:18d1aad1c8ab
96 #ifdef HAVE_UNISTD_H 96 #ifdef HAVE_UNISTD_H
97 #include <unistd.h> 97 #include <unistd.h>
98 #endif 98 #endif
99 99
100 #ifdef USE_LUCID 100 #ifdef USE_LUCID
101 extern int xlwmenu_window_p (Widget w, Window window); 101 extern int xlwmenu_window_p P_ ((Widget w, Window window));
102 extern void xlwmenu_redisplay P_ ((Widget)); 102 extern void xlwmenu_redisplay P_ ((Widget));
103 #endif 103 #endif
104 104
105 #ifdef USE_X_TOOLKIT 105 #ifdef USE_X_TOOLKIT
106 106