Giving lfa flag "a" the same treatment as "i"

This commit is contained in:
2024-09-09 15:42:46 +02:00
parent 1ed76b7bdc
commit aa0d5d1309
5 changed files with 77 additions and 54 deletions

View File

@ -714,8 +714,8 @@ int Xorriso_set_lfa_flags(struct XorrisO *xorriso, void *in_node, char *path,
int Xorriso_remove_all_lfa_flags(struct XorrisO *xorriso, int flag);
int Xorriso_set_local_chattr_i(struct XorrisO *xorriso, char *disk_path,
int flag);
int Xorriso_set_local_chattr_ia(struct XorrisO *xorriso, char *disk_path,
int flag);
#endif /* Xorrisoburn_includeD */