git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix menu
[enigma2.git]
/
lib
/
driver
/
etimezone.h
1
#ifndef __etimezone_h
2
#define __etimezone_h
3
4
class etimezone
5
{
6
public:
7
etimezone();
8
};
9
10
#endif
11