Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 758 → Rev 759

/pkg/tags/20220216/pkgrem.h
0,0 → 1,9
/*
* 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