backout dup prototype

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@756 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2001-12-17 22:42:48 +00:00
rodzic a95b4d2389
commit 7a75b16c2a
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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);