diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-07 09:11:58 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-07 09:11:58 +0000 |
commit | 9317c2a1c68c987eb34e499762e95e9d81f09beb (patch) | |
tree | 49dab900b2bd5664b08f121554f64526094dd067 /Source/charon/socket.h | |
parent | e15f7292ec4663977c1ee0414634ca738949a087 (diff) | |
download | strongswan-9317c2a1c68c987eb34e499762e95e9d81f09beb.tar.bz2 strongswan-9317c2a1c68c987eb34e499762e95e9d81f09beb.tar.xz |
- revised packet and socket interface
- tested
Diffstat (limited to 'Source/charon/socket.h')
-rw-r--r-- | Source/charon/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/socket.h b/Source/charon/socket.h index 2d50f42df..7da3e13c7 100644 --- a/Source/charon/socket.h +++ b/Source/charon/socket.h @@ -80,7 +80,7 @@ struct socket_s { * @param * @return */ -socket_t *socket_create(); +socket_t *socket_create(u_int16_t port); #endif /*SOCKET_H_*/ |