Changeset d8f7362 in mainline for generic/include/ipc/ipc.h


Ignore:
Timestamp:
2006-06-05T22:19:02Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c74804f
Parents:
b65caba1
Message:

Small updates to ipc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/ipc/ipc.h

    rb65caba1 rd8f7362  
    226226extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox);
    227227void ipc_cleanup(void);
    228 extern int ipc_phone_hangup(phone_t *phone, int aggressive);
     228int ipc_phone_hangup(phone_t *phone);
    229229extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err);
    230230extern void ipc_print_task(task_id_t taskid);
Note: See TracChangeset for help on using the changeset viewer.