Ignore:
File:
1 edited

Legend:

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

    r96b02eb9 rc33f39f  
    3939#include <ipc/ipc.h>
    4040
    41 extern call_t * get_call(sysarg_t callid);
    42 extern int phone_alloc(task_t *t);
    43 extern void phone_connect(int phoneid, answerbox_t *box);
    44 extern void phone_dealloc(int phoneid);
     41extern call_t *get_call(sysarg_t);
     42extern int phone_get(sysarg_t, phone_t **);
     43extern int phone_alloc(task_t *);
     44extern bool phone_connect(int, answerbox_t *);
     45extern void phone_dealloc(int);
    4546
    4647#endif
Note: See TracChangeset for help on using the changeset viewer.