summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-04-01 14:13:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-04-01 14:13:42 +0200
commitab626eecd36217d15f9bee3e7e82100ca93c16d1 (patch)
tree51b709d49c09550fe3f5b274c182bc34cdcfdfe0 /tools.h
parent28130daef7b11beeafaf0c59dd45e8f0aafd6d5b (diff)
downloadvdr-ab626eecd36217d15f9bee3e7e82100ca93c16d1.tar.gz
vdr-ab626eecd36217d15f9bee3e7e82100ca93c16d1.tar.bz2
SVDRP now also works with clients that don't do line buffering
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools.h b/tools.h
index 96d09826..a9d61218 100644
--- a/tools.h
+++ b/tools.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.h 1.24 2001/02/11 13:39:40 kls Exp $
+ * $Id: tools.h 1.25 2001/04/01 14:13:42 kls Exp $
*/
#ifndef __TOOLS_H
@@ -64,7 +64,6 @@ public:
bool Open(int FileDes);
void Close(void);
bool IsOpen(void) { return f >= 0; }
- int ReadString(char *Buffer, int Size);
bool Ready(bool Wait = true);
static bool AnyFileReady(int FileDes = -1, int TimeoutMs = 1000);
static bool FileReady(int FileDes, int TimeoutMs = 1000);