diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-04-01 14:13:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-04-01 14:13:42 +0200 |
commit | ab626eecd36217d15f9bee3e7e82100ca93c16d1 (patch) | |
tree | 51b709d49c09550fe3f5b274c182bc34cdcfdfe0 /tools.h | |
parent | 28130daef7b11beeafaf0c59dd45e8f0aafd6d5b (diff) | |
download | vdr-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |