aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2018-05-10 14:25:59 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2018-05-23 22:07:27 +0200
commit8ef3fb4e738c4021a1c779252a1dac53e09324fc (patch)
treeae00f8c4f66445cbf7baff5642c5f5ada6845caa
parent491efc89d2e8da319077f7c6d93f07a01b543ab0 (diff)
downloadrneovim-8ef3fb4e738c4021a1c779252a1dac53e09324fc.tar.gz
rneovim-8ef3fb4e738c4021a1c779252a1dac53e09324fc.tar.bz2
rneovim-8ef3fb4e738c4021a1c779252a1dac53e09324fc.zip
Use autogenerated declarations
-rw-r--r--src/nvim/buffer_updates.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/nvim/buffer_updates.h b/src/nvim/buffer_updates.h
index d052b8effb..b2d0a62270 100644
--- a/src/nvim/buffer_updates.h
+++ b/src/nvim/buffer_updates.h
@@ -3,14 +3,8 @@
#include "nvim/buffer_defs.h"
-bool buf_updates_register(buf_T *buf, uint64_t channel_id, bool send_buffer);
-void buf_updates_unregister(buf_T *buf, uint64_t channel_id);
-void buf_updates_unregister_all(buf_T *buf);
-void buf_updates_send_changes(buf_T *buf,
- linenr_T firstline,
- int64_t num_added,
- int64_t num_removed,
- bool send_tick);
-void buf_updates_changedtick(buf_T *buf);
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "buffer_updates.h.generated.h"
+#endif
#endif // NVIM_BUFFER_UPDATES_H