summaryrefslogtreecommitdiff
path: root/src/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse_i.h')
-rw-r--r--src/fuse_i.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fuse_i.h b/src/fuse_i.h
index 49c4c0639..472bc6503 100644
--- a/src/fuse_i.h
+++ b/src/fuse_i.h
@@ -22,6 +22,8 @@
# include "fuse_compat.h"
#endif
+struct iouser;
+
/* write out message to stderr, that some routine is not yet implemented,
* thus misbehaviour must be accepted. */
#define NOT_IMPLEMENTED() \
@@ -36,7 +38,6 @@ struct fuse {
struct fuse_operations ops;
} op;
struct fuse_conn_info conn;
- void *user_data;
void *private_data;
};
@@ -58,6 +59,8 @@ extern struct fuse *libfuse_fuse;
extern __thread struct fuse_context *libfuse_ctx;
+extern void update_context_struct(struct iouser *cred, struct fuse *fuse);
+
/*****************************************************************************
*** netnodes (in memory representation of libfuse's files or directories) ***
*****************************************************************************/