Changeset 012dd8e in mainline for uspace/srv/taskman/task.h
- Timestamp:
- 2019-08-07T09:15:30Z (6 years ago)
- Children:
- e8747bd8
- Parents:
- 780c8ce
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-01 00:08:04)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:15:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskman/task.h
r780c8ce r012dd8e 70 70 extern task_t *task_get_by_id(task_id_t); 71 71 72 extern int task_intro( ipc_call_t *, bool);72 extern int task_intro(task_id_t); 73 73 74 74 #endif
Note:
See TracChangeset
for help on using the changeset viewer.