aboutsummaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udp.h b/src/udp.h
index c5b8688..2b831a5 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -23,7 +23,7 @@
23typedef struct t_udp_ { 23typedef struct t_udp_ {
24 t_socket sock; 24 t_socket sock;
25 t_timeout tm; 25 t_timeout tm;
26 int domain; 26 int family;
27} t_udp; 27} t_udp;
28typedef t_udp *p_udp; 28typedef t_udp *p_udp;
29 29