From 8c4abd2345038f0024973ce5794c55006a902b5f Mon Sep 17 00:00:00 2001
From: "Rob Swindell (ChromeOS)" <rob@synchro.net>
Date: Wed, 25 Jan 2023 23:22:14 -0800
Subject: [PATCH] Add missing prototype for _termios_setup() - causing build
 warnings

---
 src/xpdev/conwrap.h | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/src/xpdev/conwrap.h b/src/xpdev/conwrap.h
index e79c18f5d4..b6edcd5ee3 100644
--- a/src/xpdev/conwrap.h
+++ b/src/xpdev/conwrap.h
@@ -1,9 +1,5 @@
-/* conwrap.h */
-
 /* Cross-platform local console I/O wrapppers */
 
-/* $Id: conwrap.h,v 1.6 2018/07/24 01:13:09 rswindell Exp $ */
-
 /****************************************************************************
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
@@ -17,21 +13,9 @@
  * See the GNU Lesser General Public License for more details: lgpl.txt or	*
  * http://www.fsf.org/copyleft/lesser.html									*
  *																			*
- * Anonymous FTP access to the most recent released source is available at	*
- * ftp://vert.synchro.net, ftp://cvs.synchro.net and ftp://ftp.synchro.net	*
- *																			*
- * Anonymous CVS access to the development source and modification history	*
- * is available at cvs.synchro.net:/cvsroot/sbbs, example:					*
- * cvs -d :pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs login			*
- *     (just hit return, no password is necessary)							*
- * cvs -d :pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs checkout src		*
- *																			*
  * For Synchronet coding style and modification guidelines, see				*
  * http://www.synchro.net/source.html										*
  *																			*
- * You are encouraged to submit any modifications (preferably in Unix diff	*
- * format) via e-mail to mods@synchro.net									*
- *																			*
  * Note: If this box doesn't appear square, then you need to fix your tabs.	*
  ****************************************************************************/
 
@@ -40,6 +24,7 @@
 
 #if defined(__unix__)
 
+    void _termios_setup(void);
     void _termios_reset(void);
     void _echo_on(void);
     void _echo_off(void);
-- 
GitLab