aboutsummaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/udp.h b/src/udp.h
index 3591998..d29f833 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -23,8 +23,8 @@
23#define UDP_DATAGRAMSIZE 8192 23#define UDP_DATAGRAMSIZE 8192
24 24
25typedef struct t_udp_ { 25typedef struct t_udp_ {
26 t_sock sock; 26 t_socket sock;
27 t_tm tm; 27 t_timeout tm;
28} t_udp; 28} t_udp;
29typedef t_udp *p_udp; 29typedef t_udp *p_udp;
30 30