blob: 30d6f8512da0decfece0ff96561a9dfdd5295e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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__
|