aboutsummaryrefslogtreecommitdiff
path: root/src/os/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/os.h')
-rw-r--r--src/os/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/os.h b/src/os/os.h
index e4f5af5057..8999d1480b 100644
--- a/src/os/os.h
+++ b/src/os/os.h
@@ -69,5 +69,6 @@ int os_get_user_name(char *s, size_t len);
int os_get_uname(uid_t uid, char *s, size_t len);
char *os_get_user_directory(const char *name);
int os_file_is_readonly(const char *name);
+int os_file_is_writable(const char *name);
#endif // NEOVIM_OS_OS_H