summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-16 08:57:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-16 08:57:58 +0200
commit6ceefaf85f1866e15a90b961cdc589a4fc38b3ae (patch)
tree2a8a114ab8f661b54986002398dca3db5f0e6b6a /tools.h
parent9be288dbb41880b52ae5a3afb44dd082a045541b (diff)
downloadvdr-6ceefaf85f1866e15a90b961cdc589a4fc38b3ae.tar.gz
vdr-6ceefaf85f1866e15a90b961cdc589a4fc38b3ae.tar.bz2
Better error handling when writing configuration files
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.h b/tools.h
index 6e945e18..188adb45 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.33 2001/09/14 14:35:40 kls Exp $
+ * $Id: tools.h 1.34 2001/09/15 15:22:57 kls Exp $
*/
#ifndef __TOOLS_H
@@ -93,7 +93,7 @@ public:
~cSafeFile();
operator FILE* () { return f; }
bool Open(void);
- void Close(void);
+ bool Close(void);
};
class cListObject {