Changeset d101368 in mainline for uspace/lib/fmgt/include


Ignore:
Timestamp:
2025-11-14T16:41:33Z (4 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
3a4c6d9
Parents:
4b2065a6
git-author:
Jiri Svoboda <jiri@…> (2025-11-14 16:32:57)
git-committer:
Jiri Svoboda <jiri@…> (2025-11-14 16:41:33)
Message:

Split new file creation into a separate fmgt module.

Location:
uspace/lib/fmgt/include
Files:
1 added
1 edited

Legend:

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

    r4b2065a6 rd101368  
    4242#include <stddef.h>
    4343#include <stdint.h>
     44#include "fmgt/newfile.h"
    4445#include "types/fmgt.h"
    4546
     
    4849extern void fmgt_destroy(fmgt_t *);
    4950extern void fmgt_set_init_update(fmgt_t *, bool);
    50 extern errno_t fmgt_new_file_suggest(char **);
    51 extern errno_t fmgt_new_file(fmgt_t *, const char *, uint64_t, fmgt_nf_flags_t);
    5251
    5352#endif
Note: See TracChangeset for help on using the changeset viewer.