--- lbbs/include/net_server.h 2025/05/05 14:27:57 1.2 +++ lbbs/include/net_server.h 2026/01/03 10:27:14 1.7 @@ -1,25 +1,16 @@ -/*************************************************************************** - net_server.h - description - ------------------- - begin : Mon Oct 18 2004 - copyright : (C) 2004 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 * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * net_server + * - network server with SSH support + * + * Copyright (C) 2004-2026 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_