diff options
author | 2022-07-21 06:02:36 +0900 | |
---|---|---|
committer | 2022-08-02 01:01:32 +0900 | |
commit | 6bf3f5a870a28c7989a24ab6ae3040c650f84897 (patch) | |
tree | e4b3aeffaa96f9238e207d12c66071cfe9b50acf /lib/libredundancyfileop.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/libredundancyfileop.c')
-rw-r--r-- | lib/libredundancyfileop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libredundancyfileop.c b/lib/libredundancyfileop.c index b49f4bd..ef792d1 100644 --- a/lib/libredundancyfileop.c +++ b/lib/libredundancyfileop.c @@ -4,7 +4,7 @@ * @file libredundancyfileop.c * @brief The redundancy file operation library */ -#include "libredundancyfileop.h" +#include "librefop.h" #include "fileop.h" #include <sys/types.h> |