From 7a75b16c2a3c6603f81e83a0d8a1040d5b350654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 17 Dec 2001 22:42:48 +0000 Subject: [PATCH] backout dup prototype git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@756 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/serial.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/serial.h b/src/serial.h index 529101290..183b62ec0 100644 --- a/src/serial.h +++ b/src/serial.h @@ -2,7 +2,7 @@ * Hamlib Interface - serial communication header * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton * - * $Id: serial.h,v 1.13 2001-12-16 20:02:58 fillods Exp $ + * $Id: serial.h,v 1.14 2001-12-17 22:42:48 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -27,7 +27,6 @@ extern HAMLIB_EXPORT(int) serial_open(port_t *rs); -extern HAMLIB_EXPORT(int) serial_flush(port_t *p); extern HAMLIB_EXPORT(int) read_block(port_t *p, char *rxbuffer, size_t count); extern HAMLIB_EXPORT(int) write_block(port_t *p, const char *txbuffer, size_t count); extern HAMLIB_EXPORT(int) fread_block(port_t *p, char *rxbuffer, size_t count);