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);