diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-26 11:28:07 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-26 11:28:07 -0700 |
| commit | c1b7cbd6571b5cb71ddf59014273a189ffa32f66 (patch) | |
| tree | 1c8363f3f6521aaa1d83a262e3ce2c75bce63477 /sesman/chansrv/rail.h | |
| parent | 5e005bf26ce965350cac7f942678031d5482d867 (diff) | |
| parent | b857a69332933244838fcbcfdfe4688953d149f9 (diff) | |
| download | xrdp-proprietary-c1b7cbd6571b5cb71ddf59014273a189ffa32f66.tar.gz xrdp-proprietary-c1b7cbd6571b5cb71ddf59014273a189ffa32f66.zip | |
merges from authentic8
Diffstat (limited to 'sesman/chansrv/rail.h')
| -rw-r--r-- | sesman/chansrv/rail.h | 2 |
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 |
