forked from aniani/vim
patch 8.1.1891: functions used in one file are global
Problem: Functions used in one file are global. Solution: Add "static". (Yegappan Lakshmanan, closes #4840)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/* json.c */
|
||||
char_u *json_encode(typval_T *val, int options);
|
||||
char_u *json_encode_nr_expr(int nr, typval_T *val, int options);
|
||||
int json_decode_all(js_read_T *reader, typval_T *res, int options);
|
||||
int json_decode(js_read_T *reader, typval_T *res, int options);
|
||||
int json_find_end(js_read_T *reader, int options);
|
||||
void f_js_decode(typval_T *argvars, typval_T *rettv);
|
||||
|
||||
Reference in New Issue
Block a user