summaryrefslogtreecommitdiffstats
path: root/src/proto/tag.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/tag.pro')
-rw-r--r--src/proto/tag.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/tag.pro b/src/proto/tag.pro
index 6de463e92c..eec7c24ed4 100644
--- a/src/proto/tag.pro
+++ b/src/proto/tag.pro
@@ -14,4 +14,5 @@ int expand_tags(int tagnames, char_u *pat, int *num_file, char_u ***file);
int get_tags(list_T *list, char_u *pat, char_u *buf_fname);
void get_tagstack(win_T *wp, dict_T *retdict);
int set_tagstack(win_T *wp, dict_T *d, int action);
+void tagstack_clear_entry(taggy_T *item);
/* vim: set ft=c : */