1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6char_u *get_cscope_name(expand_T *xp, int idx);
7void set_context_in_cscope_cmd(expand_T *xp, const char *arg, cmdidx_T cmdidx);
8void ex_cscope(exarg_T *eap);
9void ex_scscope(exarg_T *eap);
10void ex_cstag(exarg_T *eap);
11int cs_fgets(char_u *buf, int size);
12void cs_free_tags(void);
13void cs_print_tags(void);
14int cs_connection(int num, char_u *dbpath, char_u *ppath);
15void cs_end(void);
16#include "nvim/func_attr.h"
17