Fix inclusion guards.

This commit is contained in:
2021-03-14 19:18:18 +00:00
parent 7cc2dcd989
commit f4ebb40f33
28 changed files with 78 additions and 73 deletions

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_LINUX_ATTR_H_
#define SETTER_SRC_LINUX_ATTR_H_
#ifndef AARU_FSTESTER_SETTER_SRC_LINUX_ATTR_H_
#define AARU_FSTESTER_SETTER_SRC_LINUX_ATTR_H_
typedef struct
{
@@ -97,4 +97,4 @@ static const linux_attr_tests_t linux_attrs[KNOWN_LINUX_ATTRS] = {
{"UNREMOVABLE", "This file is now marked for undeletion", "File with undeletion flag", FS_UNRM_FL},
};
#endif // SETTER_SRC_LINUX_ATTR_H_
#endif // AARU_FSTESTER_SETTER_SRC_LINUX_ATTR_H_

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_LINUX_H
#define SETTER_LINUX_H
#ifndef AARU_FSTESTER_SETTER_LINUX_H
#define AARU_FSTESTER_SETTER_LINUX_H
void LinuxExtendedAttributes(const char* path);
void LinuxSparse(const char* path);