Subversion Repositories SvarDOS

Rev

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

/*
 * This file is part of the SvarDOS project.
 * Copyright (C) Mateusz Viste 2012-2021
 */

#ifndef pkgrem_sentinel
#define pkgrem_sentinel
int pkgrem(const char *pkgname, const char *dosdir);
#endif