summaryrefslogtreecommitdiff
path: root/svdrp.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-25 12:43:09 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-25 12:43:09 +0200
commita28d92d0490e75f2be7d7239ac491683e215c42f (patch)
tree26e03ce91aef54d293367d95f9b39799b936f7cd /svdrp.h
parent39294e0147ef76cf6bf239f23f095836e3c65f6d (diff)
downloadvdr-a28d92d0490e75f2be7d7239ac491683e215c42f.tar.gz
vdr-a28d92d0490e75f2be7d7239ac491683e215c42f.tar.bz2
Whenever a change is made to the recordings in the video directory, the SVDRP command UPDR is now sent to all peer VDRs
Diffstat (limited to 'svdrp.h')
-rw-r--r--svdrp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/svdrp.h b/svdrp.h
index ba33fc27..700a1300 100644
--- a/svdrp.h
+++ b/svdrp.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: svdrp.h 4.5 2015/09/09 09:44:12 kls Exp $
+ * $Id: svdrp.h 4.6 2017/06/25 12:27:57 kls Exp $
*/
#ifndef __SVDRP_H
@@ -42,6 +42,8 @@ bool ExecSVDRPCommand(const char *ServerName, const char *Command, cStringList *
///< resulting strings from the remote VDR, which can be accessed
///< through Response. If Response is given, it will be cleared before
///< the command is actually executed.
+void BroadcastSVDRPCommand(const char *Command);
+ ///< Sends the given SVDRP Command string to all remote VDRs.
inline int SVDRPCode(const char *s) { return s ? atoi(s) : 0; }
///< Returns the value of the three digit reply code of the given
///< SVDRP response string.