--- lbbs/include/net_server.h 2025/04/30 09:19:42 1.1 +++ lbbs/include/net_server.h 2025/06/05 08:36:02 1.4 @@ -1,16 +1,15 @@ /*************************************************************************** net_server.h - description ------------------- - begin : Mon Oct 18 2004 - copyright : (C) 2004 by Leaflet - email : leaflet@leafok.com + Copyright : (C) 2004-2025 by Leaflet + Email : leaflet@leafok.com ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * + * the Free Software Foundation; either version 3 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ @@ -18,6 +17,8 @@ #ifndef _NET_SERVER_H_ #define _NET_SERVER_H_ -extern int net_server(const char *hostaddr, unsigned int port); +#include + +extern int net_server(const char *hostaddr, in_port_t port[]); #endif //_NET_SERVER_H_