Changeset 8a43f01 in mainline for uspace/lib/tbarcfg/private/tbarcfg.h


Ignore:
Timestamp:
2023-11-25T19:02:24Z (20 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
84d29a2
Parents:
69935a8
Message:

tbarcfg_close() should clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/tbarcfg/private/tbarcfg.h

    r69935a8 r8a43f01  
    6464};
    6565
    66 extern errno_t smenu_entry_create(tbarcfg_t *, sif_node_t *, const char *,
     66extern errno_t smenu_entry_new(tbarcfg_t *, sif_node_t *, const char *,
    6767    const char *);
     68extern void smenu_entry_delete(smenu_entry_t *);
    6869
    6970#endif
Note: See TracChangeset for help on using the changeset viewer.