summaryrefslogtreecommitdiff
path: root/command/vdr2pkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/vdr2pkt.h')
-rw-r--r--command/vdr2pkt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/vdr2pkt.h b/command/vdr2pkt.h
index e83013e..f4f7630 100644
--- a/command/vdr2pkt.h
+++ b/command/vdr2pkt.h
@@ -22,6 +22,7 @@ private:
public:
cMarkAdVDR2Pkt(const char *QueueName="VDR2PKT", int QueueSize=32768);
~cMarkAdVDR2Pkt();
+ void Clear();
void Process(MarkAdPid Pid,uchar *VDRData, int VDRSize, uchar **PktData, int *PktSize);
};