Subversion Repositories SvarDOS

Rev

Rev 1959 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1959 mateusz.vi 1
/*
2
 * This file is part of the SvarDOS project.
3
 * Copyright (C) Mateusz Viste 2012-2024
4
 */
5
 
6
#ifndef checkhealth_sentinel
7
#define checkhealth_sentinel
8
 
1961 mateusz.vi 9
int healthcheck(const char *pkgname, const char *dosdir, unsigned char extendedcheck);
1959 mateusz.vi 10
 
11
#endif