summaryrefslogtreecommitdiff
path: root/core/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/network.h')
-rw-r--r--core/network.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/network.h b/core/network.h
index 5ed25620..47d9fff2 100644
--- a/core/network.h
+++ b/core/network.h
@@ -112,7 +112,6 @@ typedef struct {
112 int sock; 112 int sock;
113}Networking_Core; 113}Networking_Core;
114 114
115Networking_Core * temp_net;
116/* returns current time in milleseconds since the epoch. */ 115/* returns current time in milleseconds since the epoch. */
117uint64_t current_time(void); 116uint64_t current_time(void);
118 117