summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-04-24 15:32:11 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-04-24 15:32:11 +0200
commitba70704694e879246856d6bb98be3e3d01ab0156 (patch)
tree048e718409a1cec97c8ca01828920a962e28acfa /tools.h
parent8a84f6b751f54b71f2476beef2eec10a9c919f36 (diff)
downloadvdr-ba70704694e879246856d6bb98be3e3d01ab0156.tar.gz
vdr-ba70704694e879246856d6bb98be3e3d01ab0156.tar.bz2
Improved replay progress display
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools.h b/tools.h
index 3263b914..57b2065d 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.6 2000/04/24 13:09:20 kls Exp $
+ * $Id: tools.h 1.7 2000/04/24 15:01:49 kls Exp $
*/
#ifndef __TOOLS_H
@@ -30,10 +30,12 @@ extern int SysLogLevel;
#define DELETENULL(p) (delete (p), p = NULL)
+bool DataAvailable(int filedes);
void writechar(int filedes, char c);
void writeint(int filedes, int n);
char readchar(int filedes);
bool readint(int filedes, int &n);
+void purge(int filedes);
char *readline(FILE *f);
int time_ms(void);
void delay_ms(int ms);