Browse Source
Merge pull request #810 from trapexit/libfuse-cleanup
libfuse cleanup: add more header include guards
rmdir-errors
trapexit
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
7 additions and
0 deletions
-
libfuse/lib/fuse_i.h
-
libfuse/lib/fuse_misc.h
-
libfuse/lib/mount_util.h
|
|
@ -6,6 +6,8 @@ |
|
|
|
See the file COPYING.LIB |
|
|
|
*/ |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include "fuse.h" |
|
|
|
#include "fuse_lowlevel.h" |
|
|
|
|
|
|
|
|
|
@ -6,7 +6,10 @@ |
|
|
|
See the file COPYING.LIB |
|
|
|
*/ |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include "config.h" |
|
|
|
|
|
|
|
#include <pthread.h> |
|
|
|
|
|
|
|
/* |
|
|
|
|
|
@ -6,6 +6,8 @@ |
|
|
|
See the file COPYING.LIB. |
|
|
|
*/ |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <sys/types.h> |
|
|
|
|
|
|
|
int fuse_mnt_add_mount(const char *progname, const char *fsname, |
|
|
|