Subversion Repositories SvarDOS

Rev

Rev 614 | Details | Compare with Previous | Last modification | View Log | RSS feed

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