annotate src/proto/if_cscope.pro @ 7380:055a0b587a3e
v7.4.995
commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Dec 29 18:55:46 2015 +0100
patch 7.4.995
Problem: gdk_pixbuf_new_from_inline() is deprecated.
Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu,
closes https://github.com/vim/vim/issues/507)
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 29 Dec 2015 19:00:05 +0100 |
parents |
ff5a4a71a761 |
children |
21b0a39d13ed |
rev |
line source |
7
|
1 /* if_cscope.c */
|
1845
|
2 char_u *get_cscope_name __ARGS((expand_T *xp, int idx));
|
1858
|
3 void set_context_in_cscope_cmd __ARGS((expand_T *xp, char_u *arg, cmdidx_T cmdidx));
|
1120
|
4 void do_cscope __ARGS((exarg_T *eap));
|
|
5 void do_scscope __ARGS((exarg_T *eap));
|
|
6 void do_cstag __ARGS((exarg_T *eap));
|
|
7 int cs_fgets __ARGS((char_u *buf, int size));
|
|
8 void cs_free_tags __ARGS((void));
|
|
9 void cs_print_tags __ARGS((void));
|
|
10 int cs_connection __ARGS((int num, char_u *dbpath, char_u *ppath));
|
1385
|
11 void cs_end __ARGS((void));
|
7
|
12 /* vim: set ft=c : */
|