From 1fe19764b399a2f987c09c7de4e655f4b81817ea Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 4 Dec 2023 11:40:24 -0500 Subject: [PATCH] WrenchMemberMarketMessages --- wrenchboard/src/include/account_mngt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrenchboard/src/include/account_mngt.h b/wrenchboard/src/include/account_mngt.h index 3f02827f..c56b93dc 100644 --- a/wrenchboard/src/include/account_mngt.h +++ b/wrenchboard/src/include/account_mngt.h @@ -9,7 +9,7 @@ long CreateWrenchBoardAccountPending(CVars in, CVars &out); long CompleteMobileAccountCreation(CVars in, CVars &out); long WrenchReturnJobList(CVars in, CVars &out); long WrenchReturnMemberMessages(CVars in, CVars &out); -long WrenchMemberMarketMessages(CVars in, CVars &out) +long WrenchMemberMarketMessages(CVars in, CVars &out); long WrenchMemberActiveJobs(CVars in, CVars &out); long WrenchReturnMemberPaymentHx(CVars in, CVars &out); long WrenchReturnMemberBankAccount(CVars in, CVars &out);