summaryrefslogtreecommitdiff
path: root/src/utils/time_info.h
blob: 35bf2562025afe8ada866e03eaff0cdc5e151671 (plain)
1
2
3
4
5
6
#ifndef TIME_INFO_H_
#define TIME_INFO_H_

void sec2timestamp(int seconds, char **p_ts);

#endif