Changeset f9c30b9a in mainline for uspace/lib/fmgt/private/fsops.h


Ignore:
Timestamp:
2026-02-11T18:02:17Z (11 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
cd0dce3
Parents:
59ed424e
Message:

Moving files (Navigator and command line utility).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmgt/private/fsops.h

    r59ed424e rf9c30b9a  
    4646errno_t fmgt_create_file(fmgt_t *, const char *, int *, fmgt_exists_action_t *);
    4747errno_t fmgt_create_dir(fmgt_t *, const char *);
     48errno_t fmgt_remove(fmgt_t *, const char *);
    4849errno_t fmgt_read(fmgt_t *, int, const char *, aoff64_t *, void *, size_t,
    4950    size_t *);
Note: See TracChangeset for help on using the changeset viewer.