Subversion Repositories SvarDOS

Rev

Rev 1959 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1959 Rev 1961
Line 4... Line 4...
4
 */
4
 */
5
 
5
 
6
#ifndef checkhealth_sentinel
6
#ifndef checkhealth_sentinel
7
#define checkhealth_sentinel
7
#define checkhealth_sentinel
8
 
8
 
9
int healthcheck(const char *pkgname, const char *dosdir);
9
int healthcheck(const char *pkgname, const char *dosdir, unsigned char extendedcheck);
10
 
10
 
11
#endif
11
#endif