add getSize convenience function to obtain file or directory size (not tested with...
[enigma2.git] / lib / driver / etimezone.cpp
1 #include "etimezone.h"
2 #include <time.h>
3
4 void e_tzset()
5 {
6         tzset();
7 }