Subversion Repositories SvarDOS

Rev

Rev 614 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 614 Rev 1678
Line 1... Line 1...
1
/*
1
/*
2
 * This file is part of the SvarDOS project.
2
 * This file is part of the SvarDOS project.
3
 * Copyright (C) Mateusz Viste 2012-2021
3
 * Copyright (C) Mateusz Viste 2012-2024
4
 */
4
 */
5
 
5
 
6
#ifndef pkgrem_sentinel
6
#ifndef pkgrem_sentinel
7
#define pkgrem_sentinel
7
#define pkgrem_sentinel
-
 
8
 
8
int pkgrem(const char *pkgname, const char *dosdir);
9
int pkgrem(const char *pkgname, const char *dosdir);
-
 
10
 
9
#endif
11
#endif