Changeset e0e612b in mainline for uspace/app/taskbar/taskbar.h
- Timestamp:
- 2022-10-07T08:38:50Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0761448
- Parents:
- c77cfd8
- git-author:
- Jiri Svoboda <jiri@…> (2022-10-06 18:38:37)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-10-07 08:38:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/taskbar.h
rc77cfd8 re0e612b 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 40 40 #include "types/taskbar.h" 41 41 42 e rrno_t taskbar_create(const char *display_spec, taskbar_t **);43 void taskbar_destroy(taskbar_t *);42 extern errno_t taskbar_create(const char *display_spec, taskbar_t **); 43 extern void taskbar_destroy(taskbar_t *); 44 44 45 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.