aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/server.h')
-rw-r--r--src/nvim/os/server.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/nvim/os/server.h b/src/nvim/os/server.h
index 9023dd8b3d..43592a91e4 100644
--- a/src/nvim/os/server.h
+++ b/src/nvim/os/server.h
@@ -1,13 +1,7 @@
#ifndef NVIM_OS_SERVER_H
#define NVIM_OS_SERVER_H
-void server_init();
-
-void server_teardown();
-
-void server_start(char *endpoint);
-
-void server_stop(char *endpoint);
-
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "os/server.h.generated.h"
+#endif
#endif // NVIM_OS_SERVER_H
-