aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_opt.h
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-04-27 08:39:31 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-04-27 08:39:31 -0700
commit4575e40bf85f80af9bd0816dca393d1112a9c7c2 (patch)
treee354dc9fc263b2efd918dd133e3b6d8ad313ede4 /include/fuse_opt.h
parent2aa1f6b1381611a3f73c7a1db61a629aa2e28324 (diff)
parent482a49c25682bdc537f1a28ca18926ee278658f3 (diff)
downloadlibfuse-4575e40bf85f80af9bd0816dca393d1112a9c7c2.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'include/fuse_opt.h')
-rw-r--r--include/fuse_opt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fuse_opt.h b/include/fuse_opt.h
index 20653b1..d8573e7 100644
--- a/include/fuse_opt.h
+++ b/include/fuse_opt.h
@@ -6,8 +6,8 @@
See the file COPYING.LIB.
*/
-#ifndef _FUSE_OPT_H_
-#define _FUSE_OPT_H_
+#ifndef FUSE_OPT_H_
+#define FUSE_OPT_H_
/** @file
*
@@ -268,4 +268,4 @@ int fuse_opt_match(const struct fuse_opt opts[], const char *opt);
}
#endif
-#endif /* _FUSE_OPT_H_ */
+#endif /* FUSE_OPT_H_ */