diff src/structs.h @ 344:7033303ea0c0 v7.0089

updated for version 7.0089
author vimboss
date Tue, 21 Jun 2005 22:37:39 +0000
parents 529f887b5cb7
children 3a21825ad207
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -1957,7 +1957,7 @@ struct VimMenu
     char_u	*actext;	    /* accelerator text (after TAB) */
     int		priority;	    /* Menu order priority */
 #ifdef FEAT_GUI
-    void	(*cb)();	    /* Call-back routine */
+    void	(*cb) __ARGS((vimmenu_T *));	    /* Call-back routine */
 #endif
 #ifdef FEAT_TOOLBAR
     char_u	*iconfile;	    /* name of file for icon or NULL */