Mercurial > vim
annotate src/proto/if_cscope.pro @ 1264:f0f817a7d773
updated for version 7.1
author | vimboss |
---|---|
date | Sat, 12 May 2007 14:32:25 +0000 |
parents | e6db096b07a1 |
children | d0cf8c843186 |
rev | line source |
---|---|
7 | 1 /* if_cscope.c */ |
1120 | 2 void do_cscope __ARGS((exarg_T *eap)); |
3 void do_scscope __ARGS((exarg_T *eap)); | |
4 void do_cstag __ARGS((exarg_T *eap)); | |
5 int cs_fgets __ARGS((char_u *buf, int size)); | |
6 void cs_free_tags __ARGS((void)); | |
7 void cs_print_tags __ARGS((void)); | |
8 int cs_connection __ARGS((int num, char_u *dbpath, char_u *ppath)); | |
7 | 9 /* vim: set ft=c : */ |