Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 224 → Rev 225

/pkginst/pkgrem.h
1,9 → 1,9
/*
* This file is part of the FDNPKG project.
* Copyright (C) Mateusz Viste 2012-2016. All rights reserved.
* This file is part of the SvarDOS project.
* Copyright (C) Mateusz Viste 2012-2021. All rights reserved.
*/
 
#ifndef pkgrem_sentinel
#define pkgrem_sentinel
int pkgrem(char *pkgname, char *dosdir, char *mapdrv);
int pkgrem(char *pkgname, char *dosdir);
#endif