fix redundant redeclaration of fuse_lowlevel_new

master
szaka 2008-10-15 09:21:47 +00:00
parent 46f8418edc
commit 75564ddbd1
1 changed files with 0 additions and 4 deletions

View File

@ -21,9 +21,5 @@ struct fuse_cmd {
struct fuse_chan *fuse_kern_chan_new(int fd);
struct fuse_session *fuse_lowlevel_new(struct fuse_args *args,
const struct fuse_lowlevel_ops *op,
size_t op_size, void *userdata);
void fuse_kern_unmount(const char *mountpoint, int fd);
int fuse_kern_mount(const char *mountpoint, struct fuse_args *args);