summaryrefslogtreecommitdiffstats
path: root/src/proto/if_cscope.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-09-06 15:39:22 +0000
committerBram Moolenaar <Bram@vim.org>2007-09-06 15:39:22 +0000
commit02b063139b8aefdf0a958aec9fd221c920aea724 (patch)
tree2d9d13f201b9b328b7e4ddef3da567f867777633 /src/proto/if_cscope.pro
parent7fd1602e5611ce3eceae62092e9d3a85bcc5f69a (diff)
updated for version 7.1-100v7.1.100
Diffstat (limited to 'src/proto/if_cscope.pro')
-rw-r--r--src/proto/if_cscope.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/if_cscope.pro b/src/proto/if_cscope.pro
index 0617d13a9d..555a0a4b5f 100644
--- a/src/proto/if_cscope.pro
+++ b/src/proto/if_cscope.pro
@@ -6,4 +6,5 @@ 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 : */