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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/server.h b/src/nvim/os/server.h
index 0a5e798e8b..541746eb5f 100644
--- a/src/nvim/os/server.h
+++ b/src/nvim/os/server.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_OS_SERVER_H
-#define NEOVIM_OS_SERVER_H
+#ifndef NVIM_OS_SERVER_H
+#define NVIM_OS_SERVER_H
#include "nvim/os/channel_defs.h"
@@ -26,5 +26,5 @@ void server_start(char *endpoint, ChannelProtocol prot);
/// @param endpoint Address of the server.
void server_stop(char *endpoint);
-#endif // NEOVIM_OS_SERVER_H
+#endif // NVIM_OS_SERVER_H