diff options
Diffstat (limited to 'core/network.h')
-rw-r--r-- | core/network.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/network.h b/core/network.h index e6bf1a7a..dcbd4160 100644 --- a/core/network.h +++ b/core/network.h | |||
@@ -20,7 +20,6 @@ | |||
20 | * along with Tox. If not, see <http://www.gnu.org/licenses/>. | 20 | * along with Tox. If not, see <http://www.gnu.org/licenses/>. |
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | |||
24 | 23 | ||
25 | #ifndef NETWORK_H | 24 | #ifndef NETWORK_H |
26 | #define NETWORK_H | 25 | #define NETWORK_H |
@@ -31,8 +30,6 @@ | |||
31 | #include <string.h> | 30 | #include <string.h> |
32 | #include <time.h> | 31 | #include <time.h> |
33 | 32 | ||
34 | |||
35 | |||
36 | #ifdef WIN32 /* Put win32 includes here */ | 33 | #ifdef WIN32 /* Put win32 includes here */ |
37 | //Windows XP | 34 | //Windows XP |
38 | #define WINVER 0x0501 | 35 | #define WINVER 0x0501 |
@@ -97,7 +94,6 @@ typedef struct | |||
97 | #endif | 94 | #endif |
98 | }ADDR; | 95 | }ADDR; |
99 | 96 | ||
100 | |||
101 | /* returns current time in milleseconds since the epoch. */ | 97 | /* returns current time in milleseconds since the epoch. */ |
102 | uint64_t current_time(); | 98 | uint64_t current_time(); |
103 | 99 | ||