mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
8c05ce31f9
Added a new OperationMode setup parameter. Added new SVDRP commands.
16 lines
306 B
C
16 lines
306 B
C
/*
|
|
* param.h: SAT>IP plugin for the Video Disk Recorder
|
|
*
|
|
* See the README file for copyright information and how to reach the author.
|
|
*
|
|
*/
|
|
|
|
#ifndef __SATIP_PARAM_H
|
|
#define __SATIP_PARAM_H
|
|
|
|
#include "common.h"
|
|
|
|
cString GetTransponderUrlParameters(const cChannel *channelP);
|
|
|
|
#endif // __SATIP_PARAM_H
|