diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-07-21 06:02:36 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-08-02 01:01:32 +0900 |
commit | 6bf3f5a870a28c7989a24ab6ae3040c650f84897 (patch) | |
tree | e4b3aeffaa96f9238e207d12c66071cfe9b50acf /include | |
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 'include')
-rw-r--r-- | include/librefop.h (renamed from include/libredundancyfileop.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libredundancyfileop.h b/include/librefop.h index 22d48d0..896494a 100644 --- a/include/libredundancyfileop.h +++ b/include/librefop.h @@ -1,7 +1,7 @@ /** * SPDX-License-Identifier: Apache-2.0 * - * @file libredundancyfileop.h + * @file librefop.h * @brief Interface header for the redundancy file operation library */ #ifndef LIBREDUNDANCY_FILEOP_H |