Changeset 241f1985 in mainline for uspace/lib/c/include/taskman.h
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/taskman.h
rf92b315 r241f1985 40 40 /* Internal functions to be used by loader only */ 41 41 extern async_sess_t *taskman_get_session(void); 42 extern int taskman_intro_loader(void);42 extern errno_t taskman_intro_loader(void); 43 43 44 44 /* Internal functions to be used by NS only */ 45 extern int taskman_intro_ns(void);45 extern errno_t taskman_intro_ns(void); 46 46 47 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.