From 065f222cd58501acbe6dde5520c1c2498e8d3c08 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 20 Jan 2006 15:15:21 +0000 Subject: fix --- lib/fuse_i.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index efbabf7..79c3cbf 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -22,3 +22,5 @@ struct fuse_session *fuse_get_session(struct fuse *f); struct fuse *fuse_new_common(int fd, struct fuse_args *args, const struct fuse_operations *op, size_t op_size, int compat); + +int fuse_sync_compat_args(struct fuse_args *args); -- cgit v1.2.3