1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00
vdr-plugin-satip/param.h
Rolf Ahrenberg 8c05ce31f9 Switched to standard 'S' and 'T' sources.
Added a new OperationMode setup parameter.
Added new SVDRP commands.
2014-03-12 00:19:37 +02:00

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