Changeset c111da2 in mainline for uspace/lib/fmgt/include/fmgt.h


Ignore:
Timestamp:
2025-10-09T15:44:52Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
cfd04c4
Parents:
1a96db9
Message:

Create non-zero size file in Navigator, new newfile utility.

File:
1 edited

Legend:

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

    r1a96db9 rc111da2  
    3939
    4040#include <errno.h>
     41#include <stdbool.h>
    4142#include <stddef.h>
     43#include <stdint.h>
    4244#include "types/fmgt.h"
    4345
     
    4547extern void fmgt_set_cb(fmgt_t *, fmgt_cb_t *, void *);
    4648extern void fmgt_destroy(fmgt_t *);
     49extern void fmgt_set_init_update(fmgt_t *, bool);
    4750extern errno_t fmgt_new_file_suggest(char **);
     51extern errno_t fmgt_new_file(fmgt_t *, const char *, uint64_t);
    4852
    4953#endif
Note: See TracChangeset for help on using the changeset viewer.