aboutsummaryrefslogtreecommitdiffstats
path: root/include/cuse_lowlevel.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/cuse_lowlevel.h
parent2aa1f6b1381611a3f73c7a1db61a629aa2e28324 (diff)
parent482a49c25682bdc537f1a28ca18926ee278658f3 (diff)
downloadlibfuse-4575e40bf85f80af9bd0816dca393d1112a9c7c2.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'include/cuse_lowlevel.h')
-rw-r--r--include/cuse_lowlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cuse_lowlevel.h b/include/cuse_lowlevel.h
index e147fa2..80476c2 100644
--- a/include/cuse_lowlevel.h
+++ b/include/cuse_lowlevel.h
@@ -9,8 +9,8 @@
Read example/cusexmp.c for usages.
*/
-#ifndef _CUSE_LOWLEVEL_H_
-#define _CUSE_LOWLEVEL_H_
+#ifndef CUSE_LOWLEVEL_H_
+#define CUSE_LOWLEVEL_H_
#ifndef FUSE_USE_VERSION
#define FUSE_USE_VERSION 29
@@ -84,4 +84,4 @@ int cuse_lowlevel_main(int argc, char *argv[], const struct cuse_info *ci,
}
#endif
-#endif /* _CUSE_LOWLEVEL_H_ */
+#endif /* CUSE_LOWLEVEL_H_ */