summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/chansrv/rail.h')
-rw-r--r--sesman/chansrv/rail.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/sesman/chansrv/rail.h b/sesman/chansrv/rail.h
index 58cce7b7..7dbcbc5a 100644
--- a/sesman/chansrv/rail.h
+++ b/sesman/chansrv/rail.h
@@ -19,4 +19,17 @@
#ifndef _RAIL_H_
#define _RAIL_H_
+#include "arch.h"
+#include "parse.h"
+
+int APP_CC
+rail_init(void);
+int APP_CC
+rail_deinit(void);
+int APP_CC
+rail_data_in(struct stream* s, int chan_id, int chan_flags,
+ int length, int total_length);
+int APP_CC
+rail_xevent(void* xevent);
+
#endif