Rev 2807 | Rev 2809 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2807 | Rev 2808 | ||
|---|---|---|---|
| Line 354... | Line 354... | ||
| 354 | int mode); |
354 | int mode); |
| 355 | extern void ipc_cleanup(void); |
355 | extern void ipc_cleanup(void); |
| 356 | extern int ipc_phone_hangup(phone_t *phone); |
356 | extern int ipc_phone_hangup(phone_t *phone); |
| 357 | extern void ipc_backsend_err(phone_t *phone, call_t *call, unative_t err); |
357 | extern void ipc_backsend_err(phone_t *phone, call_t *call, unative_t err); |
| 358 | extern void ipc_print_task(task_id_t taskid); |
358 | extern void ipc_print_task(task_id_t taskid); |
| 359 | extern int ipc_connect_task(task_id_t taskid); |
359 | extern int ipc_connect_kbox(task_id_t taskid); |
| 360 | 360 | ||
| 361 | extern answerbox_t *ipc_phone_0; |
361 | extern answerbox_t *ipc_phone_0; |
| 362 | 362 | ||
| 363 | #endif |
363 | #endif |
| 364 | 364 | ||