comparison src/proto/tag.pro @ 7:3fc0f57ecb91 v7.0001

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 20:20:40 +0000
parents
children 7fd70926e2e1
comparison
equal deleted inserted replaced
6:c2daee826b8f 7:3fc0f57ecb91
1 /* tag.c */
2 int do_tag __ARGS((char_u *tag, int type, int count, int forceit, int verbose));
3 void tag_freematch __ARGS((void));
4 void do_tags __ARGS((exarg_T *eap));
5 int find_tags __ARGS((char_u *pat, int *num_matches, char_u ***matchesp, int flags, int mincount, char_u *buf_ffname));
6 void simplify_filename __ARGS((char_u *filename));
7 int expand_tags __ARGS((int tagnames, char_u *pat, int *num_file, char_u ***file));
8 /* vim: set ft=c : */