Rev 1084 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1084 | Rev 1086 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __IPCRSC_H__ |
29 | #ifndef __IPCRSC_H__ |
30 | #define __IPCRSC_H__ |
30 | #define __IPCRSC_H__ |
31 | 31 | ||
32 | call_t * get_call(__native callid); |
32 | call_t * get_call(__native callid); |
33 | int phone_alloc(void); |
33 | int phone_alloc(void); |
34 | void phone_dealloc(int phoneid); |
- | |
35 | void phone_connect(int phoneid, answerbox_t *box); |
34 | void phone_connect(int phoneid, answerbox_t *box); |
36 | - | ||
- | 35 | void phone_dealloc(int phoneid); |
|
37 | 36 | ||
38 | #endif |
37 | #endif |