Files
WrenchBoradWeb/wrenchboard/src/include/account_mngt.h
T
2019-05-31 11:26:35 -04:00

18 lines
587 B
C

#ifndef __mx_account_mngt_h__
#define __mx_account_mngt_h__
#include "vars.h"
long CreateMobileWrenchBoardAccount(CVars in, CVars &out);
long CreateWrenchBoardAccount(CVars in, CVars &out);
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 WrenchMemberActiveJobs(CVars in, CVars &out);
long WrenchReturnMemberPaymentHx(CVars in, CVars &out);
long WrenchReturnMemberBankAccount(CVars in, CVars &out);
#endif