mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 07:25:07 -05:00
Make naming of RTC config functions consistent
This commit is contained in:
4
conf.c
4
conf.c
@@ -1403,7 +1403,7 @@ CNF_AllowLocalReference(int *stratum)
|
||||
/* ================================================== */
|
||||
|
||||
int
|
||||
CNF_GetRTCOnUTC(void)
|
||||
CNF_GetRtcOnUtc(void)
|
||||
{
|
||||
return rtc_on_utc;
|
||||
}
|
||||
@@ -1411,7 +1411,7 @@ CNF_GetRTCOnUTC(void)
|
||||
/* ================================================== */
|
||||
|
||||
int
|
||||
CNF_GetRTCSync(void)
|
||||
CNF_GetRtcSync(void)
|
||||
{
|
||||
return rtc_sync;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user