diff options
author | thlo <smarttv640@gmail.com> | 2014-01-03 11:16:32 +0100 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2014-01-03 11:16:32 +0100 |
commit | 397f7c0d3e03178fd71d5c9546a9560eece426a6 (patch) | |
tree | 937a511ae74723deac0c19543c13816fae5a4d99 /responsememblk.h | |
parent | 28fbcd863c0d65134a22356e062a8e1426283f29 (diff) | |
download | vdr-plugin-smarttvweb-397f7c0d3e03178fd71d5c9546a9560eece426a6.tar.gz vdr-plugin-smarttvweb-397f7c0d3e03178fd71d5c9546a9560eece426a6.tar.bz2 |
Plugin support for marks. Improved Logging.
Diffstat (limited to 'responsememblk.h')
-rwxr-xr-x | responsememblk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/responsememblk.h b/responsememblk.h index 80e953d..1895ad2 100755 --- a/responsememblk.h +++ b/responsememblk.h @@ -60,6 +60,7 @@ class cResponseMemBlk : public cResponseBase { int sendRecordingsXml (struct stat *statbuf); int sendChannelsXml (struct stat *statbuf); int sendResumeXml (); + int sendMarksXml (); int sendVdrStatusXml (struct stat *statbuf); void sendServerNameXml (); int sendYtBookmarkletJs(); |