Changeset f9c30b9a in mainline for uspace/app/nav/types/menu.h


Ignore:
Timestamp:
2026-02-11T18:02:17Z (2 weeks 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/app/nav/types/menu.h

    r59ed424e rf9c30b9a  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
     2 * Copyright (c) 2026 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5353        /** File / Copy */
    5454        void (*file_copy)(void *);
     55        /** File / Move */
     56        void (*file_move)(void *);
    5557        /** File / Exit */
    5658        void (*file_exit)(void *);
Note: See TracChangeset for help on using the changeset viewer.