mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
Introduce PMUtils
This commit is contained in:
parent
6d0b3218f1
commit
4429a8fd63
4 changed files with 68 additions and 1 deletions
30
src/modules/partition/PMUtils.h
Normal file
30
src/modules/partition/PMUtils.h
Normal file
|
@ -0,0 +1,30 @@
|
|||
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
||||
*
|
||||
* Copyright 2014, Aurélien Gâteau <agateau@kde.org>
|
||||
*
|
||||
* Calamares is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Calamares is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef PMUTILS_H
|
||||
#define PMUTILS_H
|
||||
|
||||
class Partition;
|
||||
|
||||
namespace PMUtils
|
||||
{
|
||||
|
||||
bool isPartitionFreeSpace( Partition* );
|
||||
|
||||
}
|
||||
|
||||
#endif /* PMUTILS_H */
|
Loading…
Add table
Add a link
Reference in a new issue