diff options
author | thlo <smarttv640@gmail.com> | 2013-09-04 08:40:04 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-09-04 08:40:04 +0200 |
commit | b0bc0c365594276f6f14fec785e4fb8a37ad79c5 (patch) | |
tree | e349a840306ee08c3daa8fd81257858ed7824a31 /responsememblk.h | |
parent | c8990cb5fcb0837ded0ba5281b086d44c904d18f (diff) | |
download | vdr-plugin-smarttvweb-b0bc0c365594276f6f14fec785e4fb8a37ad79c5.tar.gz vdr-plugin-smarttvweb-b0bc0c365594276f6f14fec785e4fb8a37ad79c5.tar.bz2 |
New /deleteFile API. Bug Fixes.
Diffstat (limited to 'responsememblk.h')
-rwxr-xr-x | responsememblk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/responsememblk.h b/responsememblk.h index ce17989..5f564c2 100755 --- a/responsememblk.h +++ b/responsememblk.h @@ -76,6 +76,8 @@ class cResponseMemBlk : public cResponseBase { void receiveAddTimerReq(); void receiveDelTimerReq(); + void receiveDelFileReq(); + void receiveClientInfo(); int receiveResume(); |