diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-04-20 16:42:49 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-04-20 16:42:49 -0700 |
commit | 97c483c8b3d76a943fc315e58db798256ee1e488 (patch) | |
tree | 37d216de043cd3f43a6d00d583b7b10c4019b031 /sesman/chansrv/devredir.h | |
parent | 2d89ae1f3855997bb1e75f8cde24f227c7342a68 (diff) | |
download | xrdp-proprietary-97c483c8b3d76a943fc315e58db798256ee1e488.tar.gz xrdp-proprietary-97c483c8b3d76a943fc315e58db798256ee1e488.zip |
swapped cb_lookup and cb_readdir
Diffstat (limited to 'sesman/chansrv/devredir.h')
-rw-r--r-- | sesman/chansrv/devredir.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sesman/chansrv/devredir.h b/sesman/chansrv/devredir.h index 231c2626..5bc85ede 100644 --- a/sesman/chansrv/devredir.h +++ b/sesman/chansrv/devredir.h @@ -37,6 +37,8 @@ #include "log.h" #include "chansrv_fuse.h" +#define USE_SHORT_NAMES_IN_DIR_LISTING + typedef struct fuse_data FUSE_DATA; struct fuse_data { @@ -123,6 +125,7 @@ void dev_redir_insert_dev_io_req_header(struct stream *s, tui32 MajorFunction, tui32 MinorFunction); +void devredir_cvt_slash(char *path); void devredir_cvt_to_unicode(char *unicode, char *path); void devredir_cvt_from_unicode_len(char *path, char *unicode, int len); int dev_redir_string_ends_with(char *string, char c); |