refactor(api): make export of functions opt-in, not opt-out

This commit is contained in:
Björn Linse
2021-10-03 15:36:01 +02:00
parent 3beea1fe1b
commit 310d53e5d0
4 changed files with 23 additions and 10 deletions

View File

@@ -59,7 +59,6 @@
#endif
void api_vim_free_all_mem(void)
FUNC_API_NOEXPORT
{
String name;
handle_T id;
@@ -264,7 +263,6 @@ void nvim__set_hl_ns(Integer ns_id, Error *err)
}
static void on_redraw_event(void **argv)
FUNC_API_NOEXPORT
{
redraw_all_later(NOT_VALID);
}