Changeset 2309891 in mainline for uspace/app/nav/types


Ignore:
Timestamp:
2025-12-14T17:15:57Z (3 months 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.

Location:
uspace/app/nav/types
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/types/menu.h

    r144fafd r2309891  
    5151        /** File / Verify */
    5252        void (*file_verify)(void *);
     53        /** File / Copy */
     54        void (*file_copy)(void *);
    5355        /** File / Exit */
    5456        void (*file_exit)(void *);
Note: See TracChangeset for help on using the changeset viewer.