ubsan: moxie: left shift of negative value
[deliverable/binutils-gdb.git] / gdb / ser-tcp.h
index 2fd505207f6a32573ac5217ec742d7d2760769d4..4c0d6309fcb6b72708907ac28781a9d7e40b3d27 100644 (file)
@@ -1,6 +1,6 @@
 /* Serial interface for raw TCP connections on Un*x like systems.
 
-   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2006-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,5 +26,6 @@ extern int net_open (struct serial *scb, const char *name);
 extern void net_close (struct serial *scb);
 extern int net_read_prim (struct serial *scb, size_t count);
 extern int net_write_prim (struct serial *scb, const void *buf, size_t count);
+extern int ser_tcp_send_break (struct serial *scb);
 
 #endif
This page took 0.025139 seconds and 4 git commands to generate.