commit | d857f0e0f419ffcc8a17d2724d5f3fa62da590a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 22:37:39 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 22:37:39 2005 +0000 |
tree | 0a5a35fc6d2861e18bc87f4a91652198a7a6e60b | |
parent | 3f7704760770fb4382f61b27ae7762365db5c70a [diff] [blame] |
updated for version 7.0089
diff --git a/src/structs.h b/src/structs.h index 18915cf..b9792b1 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1957,7 +1957,7 @@ 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 */