o added some dummy functions to stop build from breaking

when --enable-fuse is not specified
This commit is contained in:
Laxmikant Rashinkar 2013-03-18 19:55:26 -07:00
parent 5d7ffc1431
commit 561b263b91
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ void xfuse_devredir_cb_write_file(void *vp, char *buf, size_t length) {}
void xfuse_devredir_cb_read_file(void *vp, char *buf, size_t length) {}
void xfuse_devredir_cb_enum_dir(void *vp, struct xrdp_inode *xinode) {}
void xfuse_devredir_cb_enum_dir_done(void *vp, tui32 IoStatus) {}
void xfuse_devredir_cb_rmdir_or_file(void *vp, tui32 IoStatus) {}
void xfuse_devredir_cb_file_close(void *vp) {}
#else