aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/socket.h b/src/socket.h
index 81030fc7..b7af25b0 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -16,10 +16,6 @@
16#ifndef _SOCKET_H_ 16#ifndef _SOCKET_H_
17#define _SOCKET_H_ 17#define _SOCKET_H_
18 18
19#ifdef HAVE_CONFIG_H
20#include "config.h"
21#endif
22
23#include <stdio.h> 19#include <stdio.h>
24#include <stdarg.h> 20#include <stdarg.h>
25 21
@@ -35,17 +31,7 @@
35#include <sys/types.h> // freebsd need it i gues that is no problem if other system includes it 31#include <sys/types.h> // freebsd need it i gues that is no problem if other system includes it
36#endif 32#endif
37 33
38 34#define __ILWS_read recv
39
40
41
42#include "debug.h"
43
44extern int errno;
45
46int __ILWS_newdata(int);
47int __ILWS_listensocket(short, int);
48int __ILWS_read(int,void *,size_t);
49 35
50#endif 36#endif
51 37