[libcalamares] Make permissions-parsing public API

This commit is contained in:
Adriaan de Groot 2024-09-16 00:13:17 +02:00
parent ad4064456b
commit e80437c9b9

View File

@ -102,7 +102,7 @@ private:
* - octal representation, with an optional leading 0 and at most three
* octal digits (e.g. 0755 or 644)
*/
int parseFileMode( const QString& mode );
DLLEXPORT int parseFileMode( const QString& mode );
} // namespace Calamares