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


Ignore:
Timestamp:
2025-12-14T17:15:57Z (3 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
79b77ce
Parents:
144fafd
Message:

Copy files (Navigator and command line).

TODO Overwrite query, new I/O error types.

File:
1 edited

Legend:

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

    r144fafd r2309891  
    4242#include <stddef.h>
    4343#include <stdint.h>
     44#include "fmgt/copy.h"
    4445#include "fmgt/flist.h"
    4546#include "fmgt/newfile.h"
     
    5253extern void fmgt_destroy(fmgt_t *);
    5354extern void fmgt_set_init_update(fmgt_t *, bool);
     55extern const char *fmgt_basename(const char *);
     56extern bool fmgt_is_dir(const char *);
    5457
    5558#endif
Note: See TracChangeset for help on using the changeset viewer.