/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ftxattr.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/07 13:24:05 by jhalford #+# #+# */ /* Updated: 2016/11/07 13:24:05 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef FT_XATTR_H # define FT_XATTR_H # define FT_XATTR_SIZE 10000 # include # include int ft_xattr_print(char *path); int ft_xattr_count(char *path); #endif