[TIMEDATE] Separate time sync functions out into their own file. CORE-13001
[reactos.git] / dll / cpl / timedate / timedate.h
index dfc54a1..2fdddbd 100644 (file)
@@ -39,7 +39,7 @@ extern HINSTANCE hApplet;
 
 /* dateandtime.c */
 INT_PTR CALLBACK DateTimePageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
-BOOL SystemSetTime(LPSYSTEMTIME lpSystemTime, BOOL SystemTime);
+BOOL SystemSetLocalTime(LPSYSTEMTIME lpSystemTime);
 
 
 /* timezone.c */
@@ -94,6 +94,10 @@ typedef struct _NTPPACKET
 ULONG GetServerTime(LPWSTR lpAddress);
 
 
+/* w32time.c */
+VOID SyncTimeNow(VOID);
+
+
 /* monthcal.c */
 #define MCCM_SETDATE    (WM_USER + 1)
 #define MCCM_GETDATE    (WM_USER + 2)