diff options
Diffstat (limited to 'sesman/chansrv/devredir.c')
| -rw-r--r-- | sesman/chansrv/devredir.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sesman/chansrv/devredir.c b/sesman/chansrv/devredir.c index d938b5c4..988d923a 100644 --- a/sesman/chansrv/devredir.c +++ b/sesman/chansrv/devredir.c @@ -32,6 +32,13 @@ dev_redir_init(void) /*****************************************************************************/ int APP_CC +dev_redir_deinit(void) +{ + return 0; +} + +/*****************************************************************************/ +int APP_CC dev_redir_data_in(struct stream* s, int chan_id, int chan_flags, int length, int total_length) { |
