Subversion Repositories HelenOS-historic

Rev

Rev 1066 | Rev 1084 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1066 Rev 1072
Line 174... Line 174...
174
extern void ipc_call_init(call_t *call);
174
extern void ipc_call_init(call_t *call);
175
extern void ipc_forward(call_t *call, answerbox_t *newbox,answerbox_t *oldbox);
175
extern void ipc_forward(call_t *call, answerbox_t *newbox,answerbox_t *oldbox);
176
extern void task_print_list(void);
176
extern void task_print_list(void);
177
 
177
 
178
extern answerbox_t *ipc_phone_0;
178
extern answerbox_t *ipc_phone_0;
-
 
179
extern void ipc_cleanup(task_t *task);
179
 
180
 
180
#endif
181
#endif
181
 
182
 
182
#endif
183
#endif