commit a23755e7701fa360f71b7538eeaab0db404ec19d
parent 270355eb0dae2cbf6373145470fa24cfd216914d
Author: vaplv <vaplv@free.fr>
Date: Sat, 8 Jul 2017 17:08:44 +0200
Minor update of the clock_time header
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/clock_time.h b/src/clock_time.h
@@ -37,8 +37,6 @@ enum time_unit {
TIME_DAY = BIT(6)
};
-BEGIN_DECLS
-
static FINLINE struct time*
time_zero(struct time* time)
{
@@ -47,6 +45,8 @@ time_zero(struct time* time)
return time;
}
+BEGIN_DECLS
+
RSYS_API struct time*
time_current
(struct time* time);