Allow IPv6 address entry in tools>ping - Loosens valid character check
[tomato/davidwu.git] / release / src / router / ntfs-3g / libfuse-lite / fuse_i.h
blob38c45c72bec23db15c1e280abd7f94b7da90cbc9
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 #include "fuse.h"
11 struct fuse_session;
12 struct fuse_chan;
13 struct fuse_lowlevel_ops;
14 struct fuse_req;
16 struct fuse_cmd {
17 char *buf;
18 size_t buflen;
19 struct fuse_chan *ch;
22 struct fuse_chan *fuse_kern_chan_new(int fd);
24 void fuse_kern_unmount(const char *mountpoint, int fd);
25 int fuse_kern_mount(const char *mountpoint, struct fuse_args *args);