diff options
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_*/ |