blob: 8b9cf86cddb8984eff3e66d2f63c0fa88b06b5bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef UTIL_H_440DEAA0
#define UTIL_H_440DEAA0
#include <ctime>
namespace twitter {
time_t timegm(struct tm * t);
};
#endif /* end of include guard: UTIL_H_440DEAA0 */
|