Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1677 → Rev 1678

/pkg/trunk/pkgrem.h
1,9 → 1,11
/*
* This file is part of the SvarDOS project.
* Copyright (C) Mateusz Viste 2012-2021
* Copyright (C) Mateusz Viste 2012-2024
*/
 
#ifndef pkgrem_sentinel
#define pkgrem_sentinel
 
int pkgrem(const char *pkgname, const char *dosdir);
 
#endif