Mercurial > vim
view src/proto/os_qnx.pro @ 7821:81794242a275 v7.4.1207
commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 30 16:39:25 2016 +0100
patch 7.4.1207
Problem: Using old style function declarations.
Solution: Change to new style function declarations. (script by Hirohito
Higashi)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 30 Jan 2016 16:45:04 +0100 |
parents | 744c66477ba9 |
children | 3147c7c2e86b |
line wrap: on
line source
/* os_qnx.c */ void qnx_init(void); void qnx_clip_init (void); int clip_mch_own_selection(VimClipboard *cbd); void clip_mch_lose_selection(VimClipboard *cbd); void clip_mch_request_selection(VimClipboard *cbd); void clip_mch_set_selection(VimClipboard *cbd); /* vim: set ft=c : */