summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-03 15:55:04 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-03 15:55:04 +0100
commitdeb9f887106521797cacd77f1ae48de1d7b3277e (patch)
treeca79d7e3988bed90e1f18bcc9b39cecee67a91c7 /tools.h
parent0b7e9057daceab33b13238f4dea90976b5d2074d (diff)
downloadvdr-deb9f887106521797cacd77f1ae48de1d7b3277e.tar.gz
vdr-deb9f887106521797cacd77f1ae48de1d7b3277e.tar.bz2
Implemented TITLE and EPISODE keywords
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools.h b/tools.h
index 4a1132ef..9663a8ed 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.40 2002/02/02 13:16:47 kls Exp $
+ * $Id: tools.h 1.41 2002/02/03 12:36:25 kls Exp $
*/
#ifndef __TOOLS_H
@@ -47,6 +47,7 @@ char *readline(FILE *f);
char *strcpyrealloc(char *dest, const char *src);
char *strn0cpy(char *dest, const char *src, size_t n);
char *strreplace(char *s, char c1, char c2);
+char *strreplace(char *s, const char *s1, const char *s2); // re-allocates 's' and deletes the original string if necessary!
char *skipspace(const char *s);
char *stripspace(char *s);
char *compactspace(char *s);