[libcalamares] Make permissions-parsing public API
This commit is contained in:
parent
ad4064456b
commit
e80437c9b9
@ -102,7 +102,7 @@ private:
|
|||||||
* - octal representation, with an optional leading 0 and at most three
|
* - octal representation, with an optional leading 0 and at most three
|
||||||
* octal digits (e.g. 0755 or 644)
|
* octal digits (e.g. 0755 or 644)
|
||||||
*/
|
*/
|
||||||
int parseFileMode( const QString& mode );
|
DLLEXPORT int parseFileMode( const QString& mode );
|
||||||
|
|
||||||
} // namespace Calamares
|
} // namespace Calamares
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user