diff options
author | Ulrich Eckhardt <vdr@uli-eckhardt.de> | 2017-04-23 16:10:16 +0200 |
---|---|---|
committer | Ulrich Eckhardt <vdr@uli-eckhardt.de> | 2017-04-23 16:10:16 +0200 |
commit | 1dbb7611337dc4b61817cad734a47b1a0404b77c (patch) | |
tree | e9b41e387c25c05678d84ce388f9e1977ff18f84 /inforx.h | |
download | vdr-plugin-radio-1.0.0.tar.gz vdr-plugin-radio-1.0.0.tar.bz2 |
Import of original Radio Plugin 1.0.01.0.0
Diffstat (limited to 'inforx.h')
-rw-r--r-- | inforx.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/inforx.h b/inforx.h new file mode 100644 index 0000000..4fb457e --- /dev/null +++ b/inforx.h @@ -0,0 +1,24 @@ +/* + * inforx.h - part of radio.c, a plugin for the Video Disk Recorder + * + * See the README file for copyright information and how to reach the author. + * + */ + +#ifndef _INFORX__H +#define _INFORX__H + +#include "radioaudio.h" +#include "radiotools.h" + + +extern bool RT_MsgShow, RT_PlusShow; +extern rtp_classes rtp_content; +extern bool DoInfoReq; + +#define RadioInfofile "radioinfo.dat" + +int info_request(int chantid, int chanpid); + + +#endif |