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.
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
,