|
|
|
@ -36,9 +36,10 @@
|
|
|
|
|
|
|
|
|
|
struct trans; /* forward declaration */
|
|
|
|
|
|
|
|
|
|
typedef int (*ttrans_data_in)(struct trans* self);
|
|
|
|
|
typedef int (*ttrans_conn_in)(struct trans* self, struct trans* new_self);
|
|
|
|
|
typedef int (*tis_term)(void);
|
|
|
|
|
typedef int (DEFAULT_CC *ttrans_data_in)(struct trans* self);
|
|
|
|
|
typedef int (DEFAULT_CC *ttrans_conn_in)(struct trans* self,
|
|
|
|
|
struct trans* new_self);
|
|
|
|
|
typedef int (DEFAULT_CC *tis_term)(void);
|
|
|
|
|
|
|
|
|
|
struct trans
|
|
|
|
|
{
|
|
|
|
|