Subversion Repositories SvarDOS

Rev

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