Changeset 0cf3d5f in mainline for uspace/lib/fmgt/include/fmgt.h


Ignore:
Timestamp:
2025-10-10T08:45:43Z (4 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
c3db721
Parents:
cfd04c4
git-author:
Jiri Svoboda <jiri@…> (2025-10-09 18:45:33)
git-committer:
Jiri Svoboda <jiri@…> (2025-10-10 08:45:43)
Message:

Allow creating sparse files in Navigator and newfile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmgt/include/fmgt.h

    rcfd04c4 r0cf3d5f  
    4949extern void fmgt_set_init_update(fmgt_t *, bool);
    5050extern errno_t fmgt_new_file_suggest(char **);
    51 extern errno_t fmgt_new_file(fmgt_t *, const char *, uint64_t);
     51extern errno_t fmgt_new_file(fmgt_t *, const char *, uint64_t, fmgt_nf_flags_t);
    5252
    5353#endif
Note: See TracChangeset for help on using the changeset viewer.