Rev 1573 | Rev 1591 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1573 | Rev 1582 | ||
---|---|---|---|
Line 222... | Line 222... | ||
222 | extern call_t * ipc_call_alloc(int flags); |
222 | extern call_t * ipc_call_alloc(int flags); |
223 | extern void ipc_answerbox_init(answerbox_t *box); |
223 | extern void ipc_answerbox_init(answerbox_t *box); |
224 | extern void ipc_call_static_init(call_t *call); |
224 | extern void ipc_call_static_init(call_t *call); |
225 | extern void task_print_list(void); |
225 | extern void task_print_list(void); |
226 | extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox); |
226 | extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox); |
227 | extern void ipc_cleanup(task_t *task); |
227 | void ipc_cleanup(void); |
228 | extern int ipc_phone_hangup(phone_t *phone, int aggressive); |
228 | extern int ipc_phone_hangup(phone_t *phone, int aggressive); |
229 | extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err); |
229 | extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err); |
230 | extern void ipc_print_task(task_id_t taskid); |
230 | extern void ipc_print_task(task_id_t taskid); |
231 | 231 | ||
232 | extern answerbox_t *ipc_phone_0; |
232 | extern answerbox_t *ipc_phone_0; |