Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef __FUNCTION_H__ #define __FUNCTION_H__ #include <fuse/fuse.h> extern struct fuse_operations smb_oper; int function_set_free_space_size(int blocks_count); int function_set_quiet_flag(int flag); int function_set_dollar_share_visibility(int flag); int function_set_hidden_hosts_visibility(int flag); int function_set_noexec_attr(int flag); #endif /* __FUNCTION_H__ */