summaryrefslogtreecommitdiff
path: root/graphtft-fe/common.hpp
diff options
context:
space:
mode:
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__