util/clock.c: Add hook to prevent date/time changes

This commit is contained in:
Tau
2018-11-08 15:57:01 -05:00
parent acfa53fc5c
commit 851ea65609
3 changed files with 44 additions and 0 deletions

3
util/clock.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
void clock_hook_init(void);