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

#ifndef FSM_H
#define FSM_H

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

int fsm_send(struct tsnif_term *term, int cmd);

#endif /* !FSM_H */