Rev 1582 | Rev 1643 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1582 | Rev 1591 | ||
---|---|---|---|
Line 223... | Line 223... | ||
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 | void ipc_cleanup(void); |
227 | void ipc_cleanup(void); |
228 | extern int ipc_phone_hangup(phone_t *phone, int aggressive); |
228 | int ipc_phone_hangup(phone_t *phone); |
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; |
233 | 233 |