Make naming of RTC config functions consistent

This commit is contained in:
Miroslav Lichvar
2013-12-10 16:39:14 +01:00
parent b4f6a0f94a
commit be14dbffef
5 changed files with 7 additions and 7 deletions

4
conf.c
View File

@@ -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;
}