summaryrefslogtreecommitdiffstats
path: root/src/fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsm.h')
-rw-r--r--src/fsm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fsm.h b/src/fsm.h
index cca3b5a..9d1b7ff 100644
--- a/src/fsm.h
+++ b/src/fsm.h
@@ -6,4 +6,6 @@ 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 */