Changes in uspace/srv/ns/task.h [5a6cc679:3be9d10] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/task.h

    r5a6cc679 r3be9d10  
    4040extern void process_pending_wait(void);
    4141
    42 extern void wait_for_task(task_id_t, ipc_call_t *, ipc_callid_t);
     42extern void wait_for_task(task_id_t, ipc_call_t *, cap_call_handle_t);
    4343
    4444extern errno_t ns_task_id_intro(ipc_call_t *);
Note: See TracChangeset for help on using the changeset viewer.