summaryrefslogtreecommitdiffstats
path: root/src/fsm.h
blob: cca3b5adc632dd138fa84ad3cd787a12528c45d9 (plain)
1
2
3
4
5
6
7
8
9

#ifndef FSM_H
#define FSM_H

int fsm_process(struct tsnif_handle *h,
		struct tsnif_term *term,
		struct trans_msg *msg);

#endif /* !FSM_H */