summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfuse/fuse_private.h')
-rw-r--r--lib/libfuse/fuse_private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libfuse/fuse_private.h b/lib/libfuse/fuse_private.h
index 51d8a4a2a86..7c538bfc8ba 100644
--- a/lib/libfuse/fuse_private.h
+++ b/lib/libfuse/fuse_private.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fuse_private.h,v 1.14 2016/09/07 17:53:35 natano Exp $ */
+/* $OpenBSD: fuse_private.h,v 1.15 2017/11/26 15:17:17 helg Exp $ */
/*
* Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
*
@@ -74,7 +74,8 @@ struct fuse_config {
};
struct fuse_core_opt {
- char *mp;
+ char *mp;
+ int foreground;
};
struct fuse {