summaryrefslogtreecommitdiff
path: root/src/proto/if_cscope.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/if_cscope.pro')
-rw-r--r--src/proto/if_cscope.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/if_cscope.pro b/src/proto/if_cscope.pro
index f9919c4da..0dcfc76c2 100644
--- a/src/proto/if_cscope.pro
+++ b/src/proto/if_cscope.pro
@@ -7,6 +7,6 @@ void ex_cstag(exarg_T *eap);
int cs_fgets(char_u *buf, int size);
void cs_free_tags(void);
void cs_print_tags(void);
-int cs_connection(int num, char_u *dbpath, char_u *ppath);
+void f_cscope_connection(typval_T *argvars, typval_T *rettv);
void cs_end(void);
/* vim: set ft=c : */