diff options
author | jsorg71 <jsorg71> | 2009-04-22 04:34:45 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-04-22 04:34:45 +0000 |
commit | e1eb8bfcbca8d48227bbb4eecf3a97f82f83b79d (patch) | |
tree | 815736fc5df1545c09392da5b3afdbfc94fa8cc1 /sesman/chansrv/devredir.h | |
parent | c6b9952fa2ca89613e021ad8f64c6718b3442997 (diff) | |
download | xrdp-proprietary-e1eb8bfcbca8d48227bbb4eecf3a97f82f83b79d.tar.gz xrdp-proprietary-e1eb8bfcbca8d48227bbb4eecf3a97f82f83b79d.zip |
added device redir start files
Diffstat (limited to 'sesman/chansrv/devredir.h')
-rw-r--r-- | sesman/chansrv/devredir.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sesman/chansrv/devredir.h b/sesman/chansrv/devredir.h new file mode 100644 index 00000000..43af7838 --- /dev/null +++ b/sesman/chansrv/devredir.h @@ -0,0 +1,18 @@ + +#if !defined(DEVREDIR_H) +#define DEVREDIR_H + +#include "arch.h" +#include "parse.h" + +int APP_CC +dev_redir_init(void); +int APP_CC +dev_redir_data_in(struct stream* s, int chan_id, int chan_flags, int length, + int total_length); +int APP_CC +dev_redir_get_wait_objs(tbus* objs, int* count, int* timeout); +int APP_CC +dev_redir_check_wait_objs(void); + +#endif |