aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/socket.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-07 09:11:58 +0000
committerMartin Willi <martin@strongswan.org>2005-11-07 09:11:58 +0000
commit9317c2a1c68c987eb34e499762e95e9d81f09beb (patch)
tree49dab900b2bd5664b08f121554f64526094dd067 /Source/charon/socket.h
parente15f7292ec4663977c1ee0414634ca738949a087 (diff)
downloadstrongswan-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.h2
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_*/