Changeset 214c5a0 in mainline for generic/include/ipc/ipc.h
- Timestamp:
- 2006-06-05T10:36:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e090e1bc
- Parents:
- c778c1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/ipc.h
rc778c1a r214c5a0 225 225 extern void task_print_list(void); 226 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 228 extern int ipc_phone_hangup(phone_t *phone, int aggressive); 229 229 extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err);
Note:
See TracChangeset
for help on using the changeset viewer.