diff options
Diffstat (limited to 'src/proto/if_cscope.pro')
-rw-r--r-- | src/proto/if_cscope.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/if_cscope.pro b/src/proto/if_cscope.pro index 0617d13a9..555a0a4b5 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 : */ |