This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
netbenixCMD/utils/update_check.h
netbenix 5aa6890436 Updated Manual
- added version manual
- added cd manual
2020-08-18 12:58:01 +02:00

6 lines
No EOL
97 B
C

#ifndef _UPDATE_CHECK_H_
#define _UPDATE_CHECK_H_
int checkForUpdate(char ver[10]);
#endif