Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3343 | Rev 3492 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #include <sys/types.h> |
38 | #include <sys/types.h> |
| 39 | 39 | ||
| 40 | typedef uint64_t task_id_t; |
40 | typedef uint64_t task_id_t; |
| 41 | 41 | ||
| 42 | extern task_id_t task_get_id(void); |
42 | extern task_id_t task_get_id(void); |
| 43 | extern task_id_t task_spawn(const char *path, const char *argv[]); |
43 | extern task_id_t task_spawn(const char *path, char *const argv[]); |
| 44 | 44 | ||
| 45 | #endif |
45 | #endif |
| 46 | 46 | ||
| 47 | /** @} |
47 | /** @} |
| 48 | */ |
48 | */ |