Added an version check

This commit is contained in:
netbenixcn 2020-07-24 16:12:40 +02:00
parent d4a4e50af5
commit 67c1dd8f99
5 changed files with 65 additions and 5 deletions

6
utils/update_check.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _UPDATE_CHECK_H_
#define _UPDATE_CHECK_H_
int checkForUpdate(char ver[10]);
#endif