]> Kevux Git Server - fll/commitdiff
Cleanup: Use f_account_accounts rather than f_accounts.
authorKevin Day <thekevinday@gmail.com>
Mon, 8 Aug 2022 01:45:32 +0000 (20:45 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 8 Aug 2022 01:45:32 +0000 (20:45 -0500)
The redudancy is slightly annoying but it is more conistent with the structural design.

level_0/f_account/c/account/accounts.h
level_0/f_account/c/account/private-accounts.h
level_0/f_account/data/build/defines

index 4e981208f8cc719e2ea1e2f132872647f8cb9ca9..83125c330db9e3708e7b5607df28a394cd16019a 100644 (file)
@@ -9,8 +9,8 @@
  *
  * This is auto-included by account.h and should not need to be explicitly included.
  */
-#ifndef _F_accounts_h
-#define _F_accounts_h
+#ifndef _F_account_accounts_h
+#define _F_account_accounts_h
 
 #ifdef __cplusplus
 extern "C" {
@@ -472,4 +472,4 @@ extern "C" {
 } // extern "C"
 #endif
 
-#endif // _F_accounts_h
+#endif // _F_account_accounts_h
index 9b624b61c1ddb60a1d10a077414275b27d0cb2e0..3bf0f7d65e59b8a5f7f51d971d7694e13450e2d6 100644 (file)
@@ -8,8 +8,8 @@
  * These are provided for internal reduction in redundant code.
  * These should not be exposed/used outside of this project.
  */
-#ifndef _PRIVATE_F_accounts_h
-#define _PRIVATE_F_accounts_h
+#ifndef _PRIVATE_F_account_accounts_h
+#define _PRIVATE_F_account_accounts_h
 
 #ifdef __cplusplus
 extern "C" {
@@ -249,4 +249,4 @@ extern "C" {
 } // extern "C"
 #endif
 
-#endif // _PRIVATE_F_accounts_h
+#endif // _PRIVATE_F_account_accounts_h
index c6653172ef1e71eb1aff738b1cbad4300feeacd6..4f130804d83cb5bf412c3e349a4ac790b2b825ca 100644 (file)
@@ -1,2 +1 @@
 # fss-0000
-