Ignore:
Timestamp:
2023-12-19T17:25:58Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
7130754
Parents:
f87ff8e
git-author:
Jiri Svoboda <jiri@…> (2023-12-19 17:19:18)
git-committer:
Jiri Svoboda <jiri@…> (2023-12-19 17:25:58)
Message:

Need to add new start menu entry to editor's list

File:
1 edited

Legend:

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

    rf87ff8e r550ed86  
    5151extern errno_t smenu_entry_set_cmd(smenu_entry_t *, const char *);
    5252extern errno_t smenu_entry_save(smenu_entry_t *);
    53 extern errno_t smenu_entry_create(tbarcfg_t *, const char *, const char *);
     53extern errno_t smenu_entry_create(tbarcfg_t *, const char *, const char *,
     54    smenu_entry_t **);
    5455extern errno_t smenu_entry_destroy(smenu_entry_t *);
    5556
Note: See TracChangeset for help on using the changeset viewer.