Rev 1961 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*
* This file is part of the SvarDOS project.
* Copyright (C) Mateusz Viste 2012-2024
*/
#ifndef checkhealth_sentinel
#define checkhealth_sentinel
int healthcheck(unsigned char *buff4k, const char *pkgname, const char *dosdir, unsigned char extendedcheck);
#endif