summaryrefslogtreecommitdiff
path: root/graphtft-fe/common.hpp
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-05 16:47:41 +0100
committerhorchi <vdr@jwendel.de>2017-03-05 16:47:41 +0100
commit22ffee20bbacbc3378e4ba0df5b7f0c3daaeffc0 (patch)
treede46c945c62d43d1febb027b5bfa075e58c5b69a /graphtft-fe/common.hpp
downloadvdr-plugin-graphtftng-0.6.16.tar.gz
vdr-plugin-graphtftng-0.6.16.tar.bz2
Diffstat (limited to 'graphtft-fe/common.hpp')
-rw-r--r--graphtft-fe/common.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphtft-fe/common.hpp b/graphtft-fe/common.hpp
new file mode 100644
index 0000000..30d6f85
--- /dev/null
+++ b/graphtft-fe/common.hpp
@@ -0,0 +1,14 @@
+//***************************************************************************
+// Group VDR/GraphTFT
+// File common.hpp
+// Date 04.11.06 - Jörg Wendel
+// This code is distributed under the terms and conditions of the
+// GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
+//***************************************************************************
+
+#ifndef __COMMON_HPP__
+#define __COMMON_HPP__
+
+int tell(int eloquence, const char* format, ...);
+
+#endif // __COMMON_HPP__