Changeset 87a31ef2 in mainline for uspace/lib/c/include/task.h
- Timestamp:
- 2019-08-07T11:47:00Z (6 years ago)
- Children:
- d5cca04
- Parents:
- 4ff66ae
- git-author:
- Michal Koutny <xm.koutny+hos@…> (2015-11-15 11:47:07)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:47:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/task.h
r4ff66ae r87a31ef2 39 39 #include <stdarg.h> 40 40 #include <abi/proc/task.h> 41 #include <async.h>42 41 #include <types/task.h> 43 42 … … 77 76 78 77 /* Implemented in task_event.c */ 79 extern int task_register_event_handler(task_event_handler_t );78 extern int task_register_event_handler(task_event_handler_t, bool); 80 79 81 80 #endif
Note:
See TracChangeset
for help on using the changeset viewer.