summaryrefslogtreecommitdiff
path: root/src/include/now.h
blob: 06b2f380bc483af3af890af75aebb50a94c5298c (plain)
1
2
3
4
5
6
7
8
#ifndef NOW_H
#define NOW_H

#include "datetime.h"

extern datetime_sec now(void);

#endif