]> Git Repo - binutils.git/blobdiff - gdb/serial.h
* coredep.c: Renamed to core-aout.c
[binutils.git] / gdb / serial.h
index c639deb866093b7c83cbc354a29230dceae40ed6..2cf06f36f5b84f56c8e6d7fbccad77233c665bbf 100644 (file)
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifndef SERIAL_H
 #define SERIAL_H
@@ -167,4 +167,7 @@ void serial_close PARAMS ((serial_t, int));
 
 #define SERIAL_UN_FDOPEN(SERIAL_T) serial_close(SERIAL_T, 0)
 
+extern void serial_printf PARAMS ((serial_t desc, const char *, ...))
+     ATTR_FORMAT(printf, 2, 3);
+
 #endif /* SERIAL_H */
This page took 0.025974 seconds and 4 git commands to generate.