mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-07 11:24:37 +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 __READLINK_HPP__
|
||||
#define __READLINK_HPP__
|
||||
|
||||
namespace mergerfs
|
||||
{
|
||||
namespace fuse
|
||||
@ -24,3 +27,5 @@ namespace mergerfs
|
||||
size_t size);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user