Add ntfs-3g (but don't compile)
[tomato.git] / release / src / router / ntfs-3g / include / fuse-lite / fuse_lowlevel_compat.h
blob753d46bc9097e47e61e5d83d8c7e3457bffb1459
1 /*
2 FUSE: Filesystem in Userspace
3 Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
5 This program can be distributed under the terms of the GNU LGPLv2.
6 See the file COPYING.LIB.
7 */
9 /* these definitions provide source compatibility to prior versions.
10 Do not include this file directly! */
12 size_t fuse_dirent_size(size_t namelen);
14 char *fuse_add_dirent(char *buf, const char *name, const struct stat *stbuf,
15 off_t off);