aboutsummaryrefslogtreecommitdiff
path: root/src/os/os.h
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-04-08 07:01:44 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-08 13:49:45 -0300
commit1fc7d6a0c514257cee9fb204cb83564b17354c11 (patch)
treec084cde4dbad56ce29ab07a3ffd247aea86cfbf9 /src/os/os.h
parent08059114349d689d2a45bbeb983fe78217ba5f1c (diff)
downloadrneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.tar.gz
rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.tar.bz2
rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.zip
Fix/add more files with to clint-files.txt
Diffstat (limited to 'src/os/os.h')
-rw-r--r--src/os/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/os.h b/src/os/os.h
index fc66307d34..eac6e730c5 100644
--- a/src/os/os.h
+++ b/src/os/os.h
@@ -86,7 +86,7 @@ char *os_getenvname_at_index(size_t index);
/// Get the process ID of the Neovim process.
///
/// @return the process ID.
-long os_get_pid(void);
+int64_t os_get_pid(void);
/// Get the hostname of the machine runing Neovim.
///