summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-25 14:31:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-25 14:31:23 +0200
commit8ae565d8851c4db0142945273a39b8526b167c8f (patch)
treeb215e057be586c502bce7af2c0f4b5b139ad0e3b /recording.h
parent976a2c7ffe9f6aeb242ede8ff1d8ab328fdfe23d (diff)
downloadvdr-8ae565d8851c4db0142945273a39b8526b167c8f.tar.gz
vdr-8ae565d8851c4db0142945273a39b8526b167c8f.tar.bz2
Made the function ExchangeChars() public1.3.33
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index 9230540f..96bb4b54 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 1.43 2005/09/25 13:47:07 kls Exp $
+ * $Id: recording.h 1.44 2005/09/25 14:30:13 kls Exp $
*/
#ifndef __RECORDING_H
@@ -227,4 +227,10 @@ int SecondsToFrames(int Seconds); //XXX+ ->player???
int ReadFrame(int f, uchar *b, int Length, int Max);
+char *ExchangeChars(char *s, bool ToFileSystem);
+ // Exchanges the characters in the given string to or from a file system
+ // specific representation (depending on ToFileSystem). The given string will
+ // be modified and may be reallocated if more space is needed. The return
+ // value points to the resulting string, which may be different from s.
+
#endif //__RECORDING_H