mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix missing prototype error.
This commit is contained in:
parent
9db7d89474
commit
c2972c75d0
@ -90,8 +90,9 @@ get_associated_income_account(const Account* investment_account)
|
|||||||
gnc_account_get_book(investment_account));
|
gnc_account_get_book(investment_account));
|
||||||
}
|
}
|
||||||
|
|
||||||
void set_associated_income_account(Account* investment_account,
|
static void
|
||||||
const Account *income_account)
|
set_associated_income_account(Account* investment_account,
|
||||||
|
const Account *income_account)
|
||||||
{
|
{
|
||||||
const GncGUID * income_acc_guid;
|
const GncGUID * income_acc_guid;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user