Changeset 214c5a0 in mainline for generic/include/ipc/ipc.h


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

Modified ipc_cleanup.

File:
1 edited

Legend:

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

    rc778c1a r214c5a0  
    225225extern void task_print_list(void);
    226226extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox);
    227 extern void ipc_cleanup(task_t *task);
     227void ipc_cleanup(void);
    228228extern int ipc_phone_hangup(phone_t *phone, int aggressive);
    229229extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err);
Note: See TracChangeset for help on using the changeset viewer.