Subversion Repositories SvarDOS

Rev

Rev 225 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
219 mateuszvis 1
/*
2
 * This file is part of the FDNPKG project.
3
 * Copyright (C) Mateusz Viste 2012-2016. All rights reserved.
4
 */
5
 
6
#ifndef pkgrem_sentinel
7
#define pkgrem_sentinel
8
int pkgrem(char *pkgname, char *dosdir, char *mapdrv);
9
#endif