mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-20 04:13:12 +08:00
add ifndefs to all headers
This commit is contained in:
@ -14,6 +14,9 @@
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __READ_HPP__
|
||||
#define __READ_HPP__
|
||||
|
||||
namespace mergerfs
|
||||
{
|
||||
namespace fuse
|
||||
@ -33,3 +36,5 @@ namespace mergerfs
|
||||
fuse_file_info *fi);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user