summaryrefslogtreecommitdiff
path: root/inforx.h
diff options
context:
space:
mode:
Diffstat (limited to 'inforx.h')
-rw-r--r--inforx.h24
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