--- lbbs/include/net_server.h 2025/05/06 05:31:26 1.3 +++ lbbs/include/net_server.h 2025/11/04 13:49:50 1.5 @@ -1,24 +1,16 @@ -/*************************************************************************** - net_server.h - description - ------------------- - 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 3 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * net_server + * - network server with SSH support + * + * Copyright (C) 2004-2025 by Leaflet + */ #ifndef _NET_SERVER_H_ #define _NET_SERVER_H_ #include -extern int net_server(const char *hostaddr, in_port_t port); +extern int net_server(const char *hostaddr, in_port_t port[]); #endif //_NET_SERVER_H_