Mercurial > vim
view src/proto/if_cscope.pro @ 1821:9913ff570616 v7.2.119
updated for version 7.2-119
author | vimboss |
---|---|
date | Sun, 22 Feb 2009 00:14:58 +0000 |
parents | d0cf8c843186 |
children | dc81a4fc6318 |
line wrap: on
line source
/* if_cscope.c */ void do_cscope __ARGS((exarg_T *eap)); void do_scscope __ARGS((exarg_T *eap)); void do_cstag __ARGS((exarg_T *eap)); int cs_fgets __ARGS((char_u *buf, int size)); void cs_free_tags __ARGS((void)); void cs_print_tags __ARGS((void)); int cs_connection __ARGS((int num, char_u *dbpath, char_u *ppath)); void cs_end __ARGS((void)); /* vim: set ft=c : */