aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 970ff46b825..165901bea5f 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -365,9 +365,7 @@ typedef struct _widget_value
365 /* next one in the list */ 365 /* next one in the list */
366 struct _widget_value* next; 366 struct _widget_value* next;
367} widget_value; 367} widget_value;
368#endif
369 368
370#if defined (HAVE_NS) || defined (HAVE_NTGUI) || defined (USE_X_TOOLKIT) || defined (USE_GTK)
371extern widget_value *xmalloc_widget_value P_ ((void)); 369extern widget_value *xmalloc_widget_value P_ ((void));
372extern widget_value *digest_single_submenu P_ ((int, int, int)); 370extern widget_value *digest_single_submenu P_ ((int, int, int));
373#endif 371#endif