1
0
forked from aniani/vim

patch 7.4.1205

Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)
This commit is contained in:
Bram Moolenaar
2016-01-30 15:14:10 +01:00
parent 305598b712
commit 7454a06e26
12 changed files with 1712 additions and 2908 deletions

View File

@@ -745,7 +745,7 @@ channel_wait(int fd, int timeout)
* Return a unique ID to be used in a message.
*/
int
channel_get_id()
channel_get_id(void)
{
static int next_id = 1;