diff --git a/src/depositMoney.h b/src/depositMoney.h index 306aaab..49a4559 100644 --- a/src/depositMoney.h +++ b/src/depositMoney.h @@ -5,5 +5,5 @@ int InitiateDepositMoney(float amountToDeposit, float availableAccountBalance); -int DepositMoney(int customerID, float amountToDeposit); -void AskToTryAgain(bool afterError); +int DepositMoney(int customerID); +void AskToTryAgain(bool afterError, int customerID);