diff options
Diffstat (limited to 'src/vdr-plugin/common.h')
-rw-r--r-- | src/vdr-plugin/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vdr-plugin/common.h b/src/vdr-plugin/common.h index 5b4385f..bbdb8c2 100644 --- a/src/vdr-plugin/common.h +++ b/src/vdr-plugin/common.h @@ -38,5 +38,7 @@ char *URLdecode(const char *s); // '!') and dots from the beginning. The string is modified in-place, // i.e. returns the pointer filename that was passed as argument. char *safeFilename(char *filename); +// Escape s so that it can be passed as parameter to a shell command. +cString shellEscape(const char *s); #endif // __WEBVIDEO_COMMON_H |