diff options
author | 2022-07-21 06:02:36 +0900 | |
---|---|---|
committer | 2022-08-02 01:01:32 +0900 | |
commit | 6bf3f5a870a28c7989a24ab6ae3040c650f84897 (patch) | |
tree | e4b3aeffaa96f9238e207d12c66071cfe9b50acf /lib/fileop.c | |
parent | a34f8913fbe3fc82ed32754ec6976d1a6f7904e6 (diff) |
Rename library and header filename to librefop
Previously this library name is libredundancyfileop, but it's too long for use.
This patch rename library for libredundancyfileop to librefop.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I450c31cfe36f246489f9198e4cf2cfd6e85cb0ab
Diffstat (limited to 'lib/fileop.c')
-rw-r--r-- | lib/fileop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileop.c b/lib/fileop.c index c246bd7..c0f53a6 100644 --- a/lib/fileop.c +++ b/lib/fileop.c @@ -4,7 +4,7 @@ * @file fileop.c * @brief file operation functions */ -#include "libredundancyfileop.h" +#include "librefop.h" #include "fileop.h" #include "file-util.h" #include "static-configurator.h" |