1 /* $Id: p-can.h,v 1.1 2004/08/07 07:58:56 oohara Exp $ */
2 
3 #ifndef __DANGEN_P_CAN_H__
4 #define __DANGEN_P_CAN_H__
5 
6 #include "tenm_object.h"
7 
8 tenm_object *p_can_new(void);
9 
10 #endif /* not __DANGEN_P_CAN_H__ */
11