diff options
author | Joursoir <chat@joursoir.net> | 2021-03-23 17:32:33 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-03-23 17:32:33 +0000 |
commit | e06f9fcb689878878469e2396617786ed525ca87 (patch) | |
tree | 1efd4748996de665c01595464cb7f40ab9a7618a /src/easydir.h | |
parent | f14b09b10db42962a4f7f0a4d7f9cf2ea8feef4f (diff) | |
download | lock-password-e06f9fcb689878878469e2396617786ed525ca87.tar.gz lock-password-e06f9fcb689878878469e2396617786ed525ca87.tar.bz2 lock-password-e06f9fcb689878878469e2396617786ed525ca87.zip |
refactor; set correct headers guard
Diffstat (limited to 'src/easydir.h')
-rw-r--r-- | src/easydir.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/easydir.h b/src/easydir.h index 292002e..c9cab57 100644 --- a/src/easydir.h +++ b/src/easydir.h @@ -1,5 +1,5 @@ -#ifndef EASYDIR_H -#define EASYDIR_H +#ifndef LPASS_EASYDIR_H +#define LPASS_EASYDIR_H /*** This file is part of LockPassword @@ -28,4 +28,4 @@ enum status_file { int file_exist(const char *path); int count_dir_entries(const char *path); -#endif
\ No newline at end of file +#endif /* LPASS_EASYDIR_H */
\ No newline at end of file |