summaryrefslogtreecommitdiff
path: root/src/lib/evil/evil_unistd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evil/evil_unistd.c')
-rw-r--r--src/lib/evil/evil_unistd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/evil/evil_unistd.c b/src/lib/evil/evil_unistd.c
index 535ef71231..02f01baaef 100644
--- a/src/lib/evil/evil_unistd.c
+++ b/src/lib/evil/evil_unistd.c
@@ -23,7 +23,7 @@ LONGLONG _evil_time_count;
*
*/
-double
+EVIL_API double
evil_time_get(void)
{
LARGE_INTEGER count;
@@ -39,7 +39,7 @@ evil_time_get(void)
*
*/
-int
+EVIL_API int
evil_sockets_init(void)
{
WSADATA wsa_data;
@@ -61,7 +61,7 @@ evil_sockets_init(void)
return 0;
}
-void
+EVIL_API void
evil_sockets_shutdown(void)
{
WSACleanup();
@@ -71,7 +71,7 @@ evil_sockets_shutdown(void)
* The code of the following functions has been kindly offered
* by Tor Lillqvist.
*/
-int
+EVIL_API int
evil_pipe(int *fds)
{
struct sockaddr_in saddr;