From: Kevin Day Date: Mon, 8 Aug 2022 01:45:32 +0000 (-0500) Subject: Cleanup: Use f_account_accounts rather than f_accounts. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3ac97410d702746306e8ee60ac120093df162021;p=fll Cleanup: Use f_account_accounts rather than f_accounts. The redudancy is slightly annoying but it is more conistent with the structural design. --- diff --git a/level_0/f_account/c/account/accounts.h b/level_0/f_account/c/account/accounts.h index 4e98120..83125c3 100644 --- a/level_0/f_account/c/account/accounts.h +++ b/level_0/f_account/c/account/accounts.h @@ -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 diff --git a/level_0/f_account/c/account/private-accounts.h b/level_0/f_account/c/account/private-accounts.h index 9b624b6..3bf0f7d 100644 --- a/level_0/f_account/c/account/private-accounts.h +++ b/level_0/f_account/c/account/private-accounts.h @@ -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 diff --git a/level_0/f_account/data/build/defines b/level_0/f_account/data/build/defines index c665317..4f13080 100644 --- a/level_0/f_account/data/build/defines +++ b/level_0/f_account/data/build/defines @@ -1,2 +1 @@ # fss-0000 -