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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/rail.h b/sesman/chansrv/rail.h
index 7dbcbc5a..3be3a15d 100644
--- a/sesman/chansrv/rail.h
+++ b/sesman/chansrv/rail.h
@@ -19,6 +19,7 @@
#ifndef _RAIL_H_
#define _RAIL_H_
+#include "../../common/rail.h"
#include "arch.h"
#include "parse.h"
@@ -31,5 +32,6 @@ rail_data_in(struct stream* s, int chan_id, int chan_flags,
int length, int total_length);
int APP_CC
rail_xevent(void* xevent);
+int APP_CC rail_request_title(int window_id);
#endif