summaryrefslogtreecommitdiff
path: root/server/streamdev-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/streamdev-server.h')
-rw-r--r--server/streamdev-server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/streamdev-server.h b/server/streamdev-server.h
index 0d588fc..4654e26 100644
--- a/server/streamdev-server.h
+++ b/server/streamdev-server.h
@@ -46,6 +46,7 @@ public:
virtual bool SetupParse(const char *Name, const char *Value);
virtual const char **SVDRPHelpPages(void);
virtual cString SVDRPCommand(const char *Command, const char *Option, int &ReplyCode);
+ virtual bool Service(const char *Id, void *Data = NULL);
};
#endif // VDR_STREAMDEVSERVER_H