Rev 1961 | Go to most recent revision | Details | 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(const char *pkgname, const char *dosdir);
#endif