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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/fuse_i.h b/src/fuse_i.h
index 81d46d405..85e320b1a 100644
--- a/src/fuse_i.h
+++ b/src/fuse_i.h
@@ -1,7 +1,7 @@
/**********************************************************
* fuse_i.h
*
- * Copyright (C) 2004, 2005 by Stefan Siegl <ssiegl@gmx.de>, Germany
+ * Copyright (C) 2004, 2005, 2006 by Stefan Siegl <ssiegl@gmx.de>, Germany
*
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publice License,
@@ -131,6 +131,12 @@ struct _libfuse_params {
extern struct _libfuse_params libfuse_params;
+/* the private data pointer returned from init() callback */
+extern void *fsys_privdata;
+
+/* magic number, passed from fuse_mount to fuse_new */
+#define FUSE_MAGIC ((int) 0x66757365)
+
/*****************************************************************************