diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2006-09-01 13:45:31 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2006-09-01 13:45:31 +0000 |
commit | 7591a024f184bd385d35583d19d86c1d5f2531ba (patch) | |
tree | 77aa0c44ccb700eb9a2b16e1b246e3c8026c40ed /include/pdp_net.h | |
parent | 91dd6b68f0f209ad015a303095bb1df018dca71e (diff) |
pdp current darcs merge
svn path=/trunk/externals/pdp/; revision=5816
Diffstat (limited to 'include/pdp_net.h')
-rw-r--r-- | include/pdp_net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdp_net.h b/include/pdp_net.h index 9e638c4..4f775c6 100644 --- a/include/pdp_net.h +++ b/include/pdp_net.h @@ -114,7 +114,7 @@ typedef struct _pdp_udp_receiver unsigned int x_data_size; void *x_data; struct sockaddr_in x_source_socket; - int x_sslen; + socklen_t x_sslen; int x_receive_finished; int x_packet_transferred; |