moved verifykernelversion to common

This commit is contained in:
2021-10-29 16:43:48 +02:00
parent 2813cd5ac2
commit 45b3514118
9 changed files with 65 additions and 116 deletions

View File

@ -26,7 +26,9 @@ int ConvertToDifferentRange(int inputMin, int inputMax, int outputMin,
int getAbsPath(char *buf, size_t bufSize, char *fname);
int GetTimeFromString(char *buf, time_t *result);
int getTimeFromString(char *buf, time_t *result);
int validateKernelVersion(char *expectedVersion);
void validate(int *ret, char *mess, int arg, int retval, char *modename,
enum numberMode nummode);